Class: Aws::Types::ListSubscriptionsInput

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)


4372
4373
4374
# File 'sig/types.rbs', line 4372

def approver_project_id
  @approver_project_id
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4364
4365
4366
# File 'sig/types.rbs', line 4364

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4375
4376
4377
# File 'sig/types.rbs', line 4375

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4376
4377
4378
# File 'sig/types.rbs', line 4376

def next_token
  @next_token
end

#owning_group_id::String

Returns the value of attribute owning_group_id.

Returns:

  • (::String)


4371
4372
4373
# File 'sig/types.rbs', line 4371

def owning_group_id
  @owning_group_id
end

#owning_iam_principal_arn::String

Returns the value of attribute owning_iam_principal_arn.

Returns:

  • (::String)


4369
4370
4371
# File 'sig/types.rbs', line 4369

def owning_iam_principal_arn
  @owning_iam_principal_arn
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


4368
4369
4370
# File 'sig/types.rbs', line 4368

def owning_project_id
  @owning_project_id
end

#owning_user_id::String

Returns the value of attribute owning_user_id.

Returns:

  • (::String)


4370
4371
4372
# File 'sig/types.rbs', line 4370

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")


4373
4374
4375
# File 'sig/types.rbs', line 4373

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


4374
4375
4376
# File 'sig/types.rbs', line 4374

def sort_order
  @sort_order
end

#status"APPROVED", ...

Returns the value of attribute status.

Returns:

  • ("APPROVED", "REVOKED", "CANCELLED")


4366
4367
4368
# File 'sig/types.rbs', line 4366

def status
  @status
end

#subscribed_listing_id::String

Returns the value of attribute subscribed_listing_id.

Returns:

  • (::String)


4367
4368
4369
# File 'sig/types.rbs', line 4367

def subscribed_listing_id
  @subscribed_listing_id
end

#subscription_request_identifier::String

Returns the value of attribute subscription_request_identifier.

Returns:

  • (::String)


4365
4366
4367
# File 'sig/types.rbs', line 4365

def subscription_request_identifier
  @subscription_request_identifier
end