Class: Aws::IoTFleetWise::Types::DeleteVehicleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteVehicleResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted vehicle.
-
#vehicle_name ⇒ String
The ID of the deleted vehicle.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted vehicle.
1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1362 class DeleteVehicleResponse < Struct.new( :vehicle_name, :arn) SENSITIVE = [] include Aws::Structure end |
#vehicle_name ⇒ String
The ID of the deleted vehicle.
1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1362 class DeleteVehicleResponse < Struct.new( :vehicle_name, :arn) SENSITIVE = [] include Aws::Structure end |