Class: Aws::IoTFleetWise::Types::UpdateSignalCatalogRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A brief description of the signal catalog to update.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4065

class UpdateSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_update,
  :nodes_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the signal catalog to update.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4065

class UpdateSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_update,
  :nodes_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#nodes_to_addArray<Types::Node>

A list of information about nodes to add to the signal catalog.

Returns:



4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4065

class UpdateSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_update,
  :nodes_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#nodes_to_removeArray<String>

A list of ‘fullyQualifiedName` of nodes to remove from the signal catalog.

Returns:

  • (Array<String>)


4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4065

class UpdateSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_update,
  :nodes_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#nodes_to_updateArray<Types::Node>

A list of information about nodes to update in the signal catalog.

Returns:



4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4065

class UpdateSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_update,
  :nodes_to_remove)
  SENSITIVE = []
  include Aws::Structure
end