Class: Aws::Types::ListSubscriptionRequestsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSubscriptionRequestsInput
- 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 ⇒ "PENDING", ...
Returns the value of attribute status.
-
#subscribed_listing_id ⇒ ::String
Returns the value of attribute subscribed_listing_id.
Instance Attribute Details
#approver_project_id ⇒ ::String
Returns the value of attribute approver_project_id.
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.
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.
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.
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.
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.
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.
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.
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.
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.
4335 4336 4337 |
# File 'sig/types.rbs', line 4335 def sort_order @sort_order end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
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.
4328 4329 4330 |
# File 'sig/types.rbs', line 4328 def subscribed_listing_id @subscribed_listing_id end |