Class: Aws::Types::DescribeConnectionAliasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectionAliasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_ids ⇒ ::Array[::String]
Returns the value of attribute alias_ids.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#alias_ids ⇒ ::Array[::String]
Returns the value of attribute alias_ids.
629 630 631 |
# File 'sig/types.rbs', line 629 def alias_ids @alias_ids end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
631 632 633 |
# File 'sig/types.rbs', line 631 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
632 633 634 |
# File 'sig/types.rbs', line 632 def next_token @next_token end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
630 631 632 |
# File 'sig/types.rbs', line 630 def resource_id @resource_id end |