Class: Aws::IoTFleetWise::Types::CreateVehicleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateVehicleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the created vehicle.
-
#thing_arn ⇒ String
The ARN of a created or validated Amazon Web Services IoT thing.
-
#vehicle_name ⇒ String
The unique ID of the created vehicle.
Instance Attribute Details
#arn ⇒ String
The ARN of the created vehicle.
1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1144 class CreateVehicleResponse < Struct.new( :vehicle_name, :arn, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The ARN of a created or validated Amazon Web Services IoT thing.
1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1144 class CreateVehicleResponse < Struct.new( :vehicle_name, :arn, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#vehicle_name ⇒ String
The unique ID of the created vehicle.
1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1144 class CreateVehicleResponse < Struct.new( :vehicle_name, :arn, :thing_arn) SENSITIVE = [] include Aws::Structure end |