Class: Aws::IoTFleetWise::Types::CreateModelManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateModelManifestRequest
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A brief description of the vehicle model.
-
#name ⇒ String
The name of the vehicle model to create.
-
#nodes ⇒ Array<String>
A list of nodes, which are a general abstraction of signals.
-
#signal_catalog_arn ⇒ String
The Amazon Resource Name (ARN) of a signal catalog.
-
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the vehicle model.
Instance Attribute Details
#description ⇒ String
A brief description of the vehicle model.
812 813 814 815 816 817 818 819 820 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812 class CreateModelManifestRequest < Struct.new( :name, :description, :nodes, :signal_catalog_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the vehicle model to create.
812 813 814 815 816 817 818 819 820 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812 class CreateModelManifestRequest < Struct.new( :name, :description, :nodes, :signal_catalog_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<String>
A list of nodes, which are a general abstraction of signals.
812 813 814 815 816 817 818 819 820 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812 class CreateModelManifestRequest < Struct.new( :name, :description, :nodes, :signal_catalog_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#signal_catalog_arn ⇒ String
The Amazon Resource Name (ARN) of a signal catalog.
812 813 814 815 816 817 818 819 820 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812 class CreateModelManifestRequest < Struct.new( :name, :description, :nodes, :signal_catalog_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the vehicle model.
812 813 814 815 816 817 818 819 820 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812 class CreateModelManifestRequest < Struct.new( :name, :description, :nodes, :signal_catalog_arn, :tags) SENSITIVE = [] include Aws::Structure end |