Class: Aws::IoTFleetWise::Types::DeleteVehicleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteVehicleResponse
- Includes:
- Structure
- Defined in:
- 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.
1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1701 class DeleteVehicleResponse < Struct.new( :vehicle_name, :arn) SENSITIVE = [] include Aws::Structure end |
#vehicle_name ⇒ String
The ID of the deleted vehicle.
1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1701 class DeleteVehicleResponse < Struct.new( :vehicle_name, :arn) SENSITIVE = [] include Aws::Structure end |