Class: Aws::IoTFleetWise::Types::CreateVehicleResponseItem

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

Overview

Information about a created vehicle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the created vehicle.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1166

class CreateVehicleResponseItem < 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)


1166
1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1166

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

#vehicle_nameString

The unique ID of the vehicle to create.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1166

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