Class: Aws::IoTFleetWise::Types::UpdateVehicleResponseItem

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

Overview

Information about the updated vehicle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the updated vehicle.

Returns:

  • (String)


4216
4217
4218
4219
4220
4221
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4216

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

#vehicle_nameString

The unique ID of the updated vehicle.

Returns:

  • (String)


4216
4217
4218
4219
4220
4221
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4216

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