Class: Aws::IoTFleetWise::Types::GetVehicleResponse

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 Amazon Resource Name (ARN) of the vehicle to retrieve information about.

Returns:

  • (String)


1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1951

class GetVehicleResponse < Struct.new(
  :vehicle_name,
  :arn,
  :model_manifest_arn,
  :decoder_manifest_arn,
  :attributes,
  :creation_time,
  :last_modification_time)
  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>)


1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1951

class GetVehicleResponse < Struct.new(
  :vehicle_name,
  :arn,
  :model_manifest_arn,
  :decoder_manifest_arn,
  :attributes,
  :creation_time,
  :last_modification_time)
  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)


1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1951

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

#decoder_manifest_arnString

The ARN of a decoder manifest associated with the vehicle.

Returns:

  • (String)


1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1951

class GetVehicleResponse < Struct.new(
  :vehicle_name,
  :arn,
  :model_manifest_arn,
  :decoder_manifest_arn,
  :attributes,
  :creation_time,
  :last_modification_time)
  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)


1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1951

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

#model_manifest_arnString

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

Returns:

  • (String)


1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1951

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

#vehicle_nameString

The ID of the vehicle.

Returns:

  • (String)


1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1951

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