Class: Aws::IoTFleetWise::Types::CreateSignalCatalogRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateSignalCatalogRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A brief description of the signal catalog.
-
#name ⇒ String
The name of the signal catalog to create.
-
#nodes ⇒ Array<Types::Node>
A list of information about nodes, which are a general abstraction of signals.
-
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the signal catalog.
Instance Attribute Details
#description ⇒ String
A brief description of the signal catalog.
904 905 906 907 908 909 910 911 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 904 class CreateSignalCatalogRequest < Struct.new( :name, :description, :nodes, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the signal catalog to create.
904 905 906 907 908 909 910 911 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 904 class CreateSignalCatalogRequest < Struct.new( :name, :description, :nodes, :tags) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<Types::Node>
A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.
904 905 906 907 908 909 910 911 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 904 class CreateSignalCatalogRequest < Struct.new( :name, :description, :nodes, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the signal catalog.
904 905 906 907 908 909 910 911 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 904 class CreateSignalCatalogRequest < Struct.new( :name, :description, :nodes, :tags) SENSITIVE = [] include Aws::Structure end |