Class: Aws::IoTFleetWise::Types::DeleteVehicleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteVehicleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vehicle_name ⇒ String
The ID of the vehicle to delete.
Instance Attribute Details
#vehicle_name ⇒ String
The ID of the vehicle to delete.
1687 1688 1689 1690 1691 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1687 class DeleteVehicleRequest < Struct.new( :vehicle_name) SENSITIVE = [] include Aws::Structure end |