Class: Aws::Types::ListContainerGroupDefinitionVersionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListContainerGroupDefinitionVersionsOutput
- 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.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def container_group_definitions @container_group_definitions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def next_token @next_token end |