Class: Aws::Types::ListContainerGroupDefinitionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListContainerGroupDefinitionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def container_group_type @container_group_type end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def next_token @next_token end |