Class: Aws::Types::ListSubscriptionRequestsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approver_project_id::String

Returns the value of attribute approver_project_id.

Returns:

  • (::String)


4331
4332
4333
# File 'sig/types.rbs', line 4331

def approver_project_id
  @approver_project_id
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4326
4327
4328
# File 'sig/types.rbs', line 4326

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4336
4337
4338
# File 'sig/types.rbs', line 4336

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4337
4338
4339
# File 'sig/types.rbs', line 4337

def next_token
  @next_token
end

#owning_group_id::String

Returns the value of attribute owning_group_id.

Returns:

  • (::String)


4333
4334
4335
# File 'sig/types.rbs', line 4333

def owning_group_id
  @owning_group_id
end

#owning_iam_principal_arn::String

Returns the value of attribute owning_iam_principal_arn.

Returns:

  • (::String)


4330
4331
4332
# File 'sig/types.rbs', line 4330

def owning_iam_principal_arn
  @owning_iam_principal_arn
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


4329
4330
4331
# File 'sig/types.rbs', line 4329

def owning_project_id
  @owning_project_id
end

#owning_user_id::String

Returns the value of attribute owning_user_id.

Returns:

  • (::String)


4332
4333
4334
# File 'sig/types.rbs', line 4332

def owning_user_id
  @owning_user_id
end

#sort_by"CREATED_AT", "UPDATED_AT"

Returns the value of attribute sort_by.

Returns:

  • ("CREATED_AT", "UPDATED_AT")


4334
4335
4336
# File 'sig/types.rbs', line 4334

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


4335
4336
4337
# File 'sig/types.rbs', line 4335

def sort_order
  @sort_order
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACCEPTED", "REJECTED")


4327
4328
4329
# File 'sig/types.rbs', line 4327

def status
  @status
end

#subscribed_listing_id::String

Returns the value of attribute subscribed_listing_id.

Returns:

  • (::String)


4328
4329
4330
# File 'sig/types.rbs', line 4328

def subscribed_listing_id
  @subscribed_listing_id
end