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)


4185
4186
4187
4188
4189
4190
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4185

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

#vehicle_nameString

The ID of the updated vehicle.

Returns:

  • (String)


4185
4186
4187
4188
4189
4190
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4185

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