Class: Aws::IoTFleetWise::Types::CreateVehicleResponse

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 created vehicle.

Returns:

  • (String)


996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 996

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

#thing_arnString

The ARN of a created or validated Amazon Web Services IoT thing.

Returns:

  • (String)


996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 996

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

#vehicle_nameString

The unique ID of the created vehicle.

Returns:

  • (String)


996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 996

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