Class: Aws::Types::AssociateVehicleFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateVehicleFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
33 34 35 |
# File 'sig/types.rbs', line 33 def fleet_id @fleet_id end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
32 33 34 |
# File 'sig/types.rbs', line 32 def vehicle_name @vehicle_name end |