Class: Aws::IoTFleetWise::Types::VehicleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::VehicleSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Information about a vehicle.
To return this information about vehicles in your account, you can use the API operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the vehicle.
-
#attributes ⇒ Hash<String,String>
Static information about a vehicle in a key-value pair.
-
#creation_time ⇒ Time
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#decoder_manifest_arn ⇒ String
The ARN of a decoder manifest associated with the vehicle.
-
#last_modification_time ⇒ Time
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#model_manifest_arn ⇒ String
The ARN of a vehicle model (model manifest) associated with the vehicle.
-
#vehicle_name ⇒ String
The unique ID of the vehicle.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the vehicle.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5342 class VehicleSummary < Struct.new( :vehicle_name, :arn, :model_manifest_arn, :decoder_manifest_arn, :creation_time, :last_modification_time, :attributes) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Hash<String,String>
Static information about a vehicle in a key-value pair. For example:
‘“engineType”` : `“1.3 L R2”`
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5342 class VehicleSummary < Struct.new( :vehicle_name, :arn, :model_manifest_arn, :decoder_manifest_arn, :creation_time, :last_modification_time, :attributes) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5342 class VehicleSummary < Struct.new( :vehicle_name, :arn, :model_manifest_arn, :decoder_manifest_arn, :creation_time, :last_modification_time, :attributes) SENSITIVE = [] include Aws::Structure end |
#decoder_manifest_arn ⇒ String
The ARN of a decoder manifest associated with the vehicle.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5342 class VehicleSummary < Struct.new( :vehicle_name, :arn, :model_manifest_arn, :decoder_manifest_arn, :creation_time, :last_modification_time, :attributes) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5342 class VehicleSummary < Struct.new( :vehicle_name, :arn, :model_manifest_arn, :decoder_manifest_arn, :creation_time, :last_modification_time, :attributes) SENSITIVE = [] include Aws::Structure end |
#model_manifest_arn ⇒ String
The ARN of a vehicle model (model manifest) associated with the vehicle.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5342 class VehicleSummary < Struct.new( :vehicle_name, :arn, :model_manifest_arn, :decoder_manifest_arn, :creation_time, :last_modification_time, :attributes) SENSITIVE = [] include Aws::Structure end |
#vehicle_name ⇒ String
The unique ID of the vehicle.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5342 class VehicleSummary < Struct.new( :vehicle_name, :arn, :model_manifest_arn, :decoder_manifest_arn, :creation_time, :last_modification_time, :attributes) SENSITIVE = [] include Aws::Structure end |