Class: Aws::IoTFleetWise::Types::UpdateVehicleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateVehicleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the updated vehicle.
-
#vehicle_name ⇒ String
The ID of the updated vehicle.
Instance Attribute Details
#arn ⇒ String
The ARN of the updated vehicle.
5185 5186 5187 5188 5189 5190 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5185 class UpdateVehicleResponse < Struct.new( :vehicle_name, :arn) SENSITIVE = [] include Aws::Structure end |
#vehicle_name ⇒ String
The ID of the updated vehicle.
5185 5186 5187 5188 5189 5190 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5185 class UpdateVehicleResponse < Struct.new( :vehicle_name, :arn) SENSITIVE = [] include Aws::Structure end |