Class: Aws::Types::ListContainerFleetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListContainerFleetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_fleets ⇒ ::Array[Types::ContainerFleet]
Returns the value of attribute container_fleets.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#container_fleets ⇒ ::Array[Types::ContainerFleet]
Returns the value of attribute container_fleets.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def container_fleets @container_fleets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def next_token @next_token end |