Class: Aws::IoTFleetWise::Types::UpdateVehicleResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the updated vehicle.

Returns:

  • (String)


4199
4200
4201
4202
4203
4204
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4199

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

#vehicle_nameString

The ID of the updated vehicle.

Returns:

  • (String)


4199
4200
4201
4202
4203
4204
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4199

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