Class: Aws::IoTFleetWise::Types::GetModelManifestResponse

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 model.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1795

class GetModelManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

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

Returns:

  • (Time)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1795

class GetModelManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the vehicle model.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1795

class GetModelManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

The last time the vehicle model was modified.

Returns:

  • (Time)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1795

class GetModelManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the vehicle model.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1795

class GetModelManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#signal_catalog_arnString

The ARN of the signal catalog associated with the vehicle model.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1795

class GetModelManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. You can edit the vehicle model if the status is marked DRAFT.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1795

class GetModelManifestResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end