Class: Aws::Types::ListContainerFleetsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListContainerFleetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_group_definition_name ⇒ ::String
Returns the value of attribute container_group_definition_name.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#container_group_definition_name ⇒ ::String
Returns the value of attribute container_group_definition_name.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def container_group_definition_name @container_group_definition_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def next_token @next_token end |