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)


3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3786

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

#vehicle_nameString

The ID of the updated vehicle.

Returns:

  • (String)


3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3786

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