Class: Aws::Types::ListSubscriptionGrantsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSubscriptionGrantsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#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.
-
#subscribed_listing_id ⇒ ::String
Returns the value of attribute subscribed_listing_id.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
-
#subscription_target_id ⇒ ::String
Returns the value of attribute subscription_target_id.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4303 4304 4305 |
# File 'sig/types.rbs', line 4303 def domain_identifier @domain_identifier end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
4304 4305 4306 |
# File 'sig/types.rbs', line 4304 def environment_id @environment_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4314 4315 4316 |
# File 'sig/types.rbs', line 4314 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4315 4316 4317 |
# File 'sig/types.rbs', line 4315 def next_token @next_token end |
#owning_group_id ⇒ ::String
Returns the value of attribute owning_group_id.
4311 4312 4313 |
# File 'sig/types.rbs', line 4311 def owning_group_id @owning_group_id end |
#owning_iam_principal_arn ⇒ ::String
Returns the value of attribute owning_iam_principal_arn.
4309 4310 4311 |
# File 'sig/types.rbs', line 4309 def owning_iam_principal_arn @owning_iam_principal_arn end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
4308 4309 4310 |
# File 'sig/types.rbs', line 4308 def owning_project_id @owning_project_id end |
#owning_user_id ⇒ ::String
Returns the value of attribute owning_user_id.
4310 4311 4312 |
# File 'sig/types.rbs', line 4310 def owning_user_id @owning_user_id end |
#sort_by ⇒ "CREATED_AT", "UPDATED_AT"
Returns the value of attribute sort_by.
4312 4313 4314 |
# File 'sig/types.rbs', line 4312 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
4313 4314 4315 |
# File 'sig/types.rbs', line 4313 def sort_order @sort_order end |
#subscribed_listing_id ⇒ ::String
Returns the value of attribute subscribed_listing_id.
4306 4307 4308 |
# File 'sig/types.rbs', line 4306 def subscribed_listing_id @subscribed_listing_id end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
4307 4308 4309 |
# File 'sig/types.rbs', line 4307 def subscription_id @subscription_id end |
#subscription_target_id ⇒ ::String
Returns the value of attribute subscription_target_id.
4305 4306 4307 |
# File 'sig/types.rbs', line 4305 def subscription_target_id @subscription_target_id end |