Class: Aws::IoTFleetWise::Types::VehicleSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the vehicle.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4343

class VehicleSummary < Struct.new(
  :vehicle_name,
  :arn,
  :model_manifest_arn,
  :decoder_manifest_arn,
  :creation_time,
  :last_modification_time,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#attributesHash<String,String>

Static information about a vehicle in a key-value pair. For example:

"engineType" : "1.3 L R2"

Returns:

  • (Hash<String,String>)


4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4343

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_timeTime

The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (Time)


4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4343

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_arnString

The ARN of a decoder manifest associated with the vehicle.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4343

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_timeTime

The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (Time)


4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4343

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_arnString

The ARN of a vehicle model (model manifest) associated with the vehicle.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4343

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_nameString

The unique ID of the vehicle.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4343

class VehicleSummary < Struct.new(
  :vehicle_name,
  :arn,
  :model_manifest_arn,
  :decoder_manifest_arn,
  :creation_time,
  :last_modification_time,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end