Class: Aws::IoTFleetWise::Types::UpdateVehicleResponseItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateVehicleResponseItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Information about the updated vehicle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated vehicle.
-
#vehicle_name ⇒ String
The unique ID of the updated vehicle.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated vehicle.
5202 5203 5204 5205 5206 5207 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5202 class UpdateVehicleResponseItem < Struct.new( :vehicle_name, :arn) SENSITIVE = [] include Aws::Structure end |
#vehicle_name ⇒ String
The unique ID of the updated vehicle.
5202 5203 5204 5205 5206 5207 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5202 class UpdateVehicleResponseItem < Struct.new( :vehicle_name, :arn) SENSITIVE = [] include Aws::Structure end |