Class: Aws::Types::ListContainerAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContainerAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_associations ⇒ ::Array[Types::ContainerAssociationSummary]
Returns the value of attribute container_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#container_associations ⇒ ::Array[Types::ContainerAssociationSummary]
Returns the value of attribute container_associations.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def container_associations @container_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def next_token @next_token end |