Class: Aws::IoTFleetWise::Types::UpdateSignalCatalogRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateSignalCatalogRequest
- 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 to update.
-
#name ⇒ String
The name of the signal catalog to update.
-
#nodes_to_add ⇒ Array<Types::Node>
A list of information about nodes to add to the signal catalog.
-
#nodes_to_remove ⇒ Array<String>
A list of ‘fullyQualifiedName` of nodes to remove from the signal catalog.
-
#nodes_to_update ⇒ Array<Types::Node>
A list of information about nodes to update in the signal catalog.
Instance Attribute Details
#description ⇒ String
A brief description of the signal catalog to update.
4950 4951 4952 4953 4954 4955 4956 4957 4958 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4950 class UpdateSignalCatalogRequest < Struct.new( :name, :description, :nodes_to_add, :nodes_to_update, :nodes_to_remove) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the signal catalog to update.
4950 4951 4952 4953 4954 4955 4956 4957 4958 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4950 class UpdateSignalCatalogRequest < Struct.new( :name, :description, :nodes_to_add, :nodes_to_update, :nodes_to_remove) SENSITIVE = [] include Aws::Structure end |
#nodes_to_add ⇒ Array<Types::Node>
A list of information about nodes to add to the signal catalog.
4950 4951 4952 4953 4954 4955 4956 4957 4958 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4950 class UpdateSignalCatalogRequest < Struct.new( :name, :description, :nodes_to_add, :nodes_to_update, :nodes_to_remove) SENSITIVE = [] include Aws::Structure end |
#nodes_to_remove ⇒ Array<String>
A list of ‘fullyQualifiedName` of nodes to remove from the signal catalog.
4950 4951 4952 4953 4954 4955 4956 4957 4958 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4950 class UpdateSignalCatalogRequest < Struct.new( :name, :description, :nodes_to_add, :nodes_to_update, :nodes_to_remove) SENSITIVE = [] include Aws::Structure end |
#nodes_to_update ⇒ Array<Types::Node>
A list of information about nodes to update in the signal catalog.
4950 4951 4952 4953 4954 4955 4956 4957 4958 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4950 class UpdateSignalCatalogRequest < Struct.new( :name, :description, :nodes_to_add, :nodes_to_update, :nodes_to_remove) SENSITIVE = [] include Aws::Structure end |