Class: Aws::Types::ListContainerGroupDefinitionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListContainerGroupDefinitionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_group_definitions ⇒ ::Array[Types::ContainerGroupDefinition]
Returns the value of attribute container_group_definitions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#container_group_definitions ⇒ ::Array[Types::ContainerGroupDefinition]
Returns the value of attribute container_group_definitions.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def container_group_definitions @container_group_definitions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def next_token @next_token end |