Class: Aws::Types::ListFleetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListFleetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_ids ⇒ ::Array[::String]
Returns the value of attribute fleet_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fleet_ids ⇒ ::Array[::String]
Returns the value of attribute fleet_ids.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def fleet_ids @fleet_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def next_token @next_token end |