Class: Aws::Types::ListVehiclesInFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListVehiclesInFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
923 924 925 |
# File 'sig/types.rbs', line 923 def fleet_id @fleet_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
925 926 927 |
# File 'sig/types.rbs', line 925 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
924 925 926 |
# File 'sig/types.rbs', line 924 def next_token @next_token end |