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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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)


4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4051

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)


4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4051

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:



4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4051

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>)


4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4051

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:



4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4051

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