Class: Aws::Types::ListSubscriptionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSubscriptionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approver_project_id ⇒ ::String
Returns the value of attribute approver_project_id.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owning_group_id ⇒ ::String
Returns the value of attribute owning_group_id.
-
#owning_iam_principal_arn ⇒ ::String
Returns the value of attribute owning_iam_principal_arn.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#owning_user_id ⇒ ::String
Returns the value of attribute owning_user_id.
-
#sort_by ⇒ "CREATED_AT", "UPDATED_AT"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
-
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
-
#subscribed_listing_id ⇒ ::String
Returns the value of attribute subscribed_listing_id.
-
#subscription_request_identifier ⇒ ::String
Returns the value of attribute subscription_request_identifier.
Instance Attribute Details
#approver_project_id ⇒ ::String
Returns the value of attribute approver_project_id.
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.
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.
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.
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.
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.
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.
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.
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.
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.
4374 4375 4376 |
# File 'sig/types.rbs', line 4374 def sort_order @sort_order end |
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
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.
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.
4365 4366 4367 |
# File 'sig/types.rbs', line 4365 def subscription_request_identifier @subscription_request_identifier end |