Class: Aws::Types::ListSubscriptionTargetsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSubscriptionTargetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "CREATED_AT", "UPDATED_AT"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4348 4349 4350 |
# File 'sig/types.rbs', line 4348 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
4349 4350 4351 |
# File 'sig/types.rbs', line 4349 def environment_identifier @environment_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4352 4353 4354 |
# File 'sig/types.rbs', line 4352 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4353 4354 4355 |
# File 'sig/types.rbs', line 4353 def next_token @next_token end |
#sort_by ⇒ "CREATED_AT", "UPDATED_AT"
Returns the value of attribute sort_by.
4350 4351 4352 |
# File 'sig/types.rbs', line 4350 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
4351 4352 4353 |
# File 'sig/types.rbs', line 4351 def sort_order @sort_order end |