Class: Aws::Types::DisassociateVehicleFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateVehicleFleetRequest
- 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.
479 480 481 |
# File 'sig/types.rbs', line 479 def fleet_id @fleet_id end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
478 479 480 |
# File 'sig/types.rbs', line 478 def vehicle_name @vehicle_name end |