Class: Aws::IoTFleetWise::Types::DeleteVehicleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vehicle_nameString

The ID of the vehicle to delete.

Returns:

  • (String)


1348
1349
1350
1351
1352
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1348

class DeleteVehicleRequest < Struct.new(
  :vehicle_name)
  SENSITIVE = []
  include Aws::Structure
end