Class: Aws::Types::ListContainerInstancesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContainerInstancesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_instance_arns ⇒ ::Array[::String]
Returns the value of attribute container_instance_arns.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#container_instance_arns ⇒ ::Array[::String]
Returns the value of attribute container_instance_arns.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def container_instance_arns @container_instance_arns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def next_token @next_token end |