Class: Aws::Types::ListFleetsForVehicleResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFleetsForVehicleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleets ⇒ ::Array[::String]
Returns the value of attribute fleets.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fleets ⇒ ::Array[::String]
Returns the value of attribute fleets.
828 829 830 |
# File 'sig/types.rbs', line 828 def fleets @fleets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
829 830 831 |
# File 'sig/types.rbs', line 829 def next_token @next_token end |