Class: Aws::IoTFleetWise::Types::GetModelManifestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::GetModelManifestResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the vehicle model.
-
#creation_time ⇒ Time
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#description ⇒ String
A brief description of the vehicle model.
-
#last_modification_time ⇒ Time
The last time the vehicle model was modified.
-
#name ⇒ String
The name of the vehicle model.
-
#signal_catalog_arn ⇒ String
The ARN of the signal catalog associated with the vehicle model.
-
#status ⇒ String
The state of the vehicle model.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the vehicle model.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2148 class GetModelManifestResponse < Struct.new( :name, :arn, :description, :signal_catalog_arn, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2148 class GetModelManifestResponse < Struct.new( :name, :arn, :description, :signal_catalog_arn, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the vehicle model.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2148 class GetModelManifestResponse < Struct.new( :name, :arn, :description, :signal_catalog_arn, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The last time the vehicle model was modified.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2148 class GetModelManifestResponse < Struct.new( :name, :arn, :description, :signal_catalog_arn, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the vehicle model.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2148 class GetModelManifestResponse < Struct.new( :name, :arn, :description, :signal_catalog_arn, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#signal_catalog_arn ⇒ String
The ARN of the signal catalog associated with the vehicle model.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2148 class GetModelManifestResponse < Struct.new( :name, :arn, :description, :signal_catalog_arn, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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`.
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2148 class GetModelManifestResponse < Struct.new( :name, :arn, :description, :signal_catalog_arn, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |