Class: Aws::IoTFleetWise::Types::CreateSignalCatalogRequest

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.

Returns:

  • (String)


854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 854

class CreateSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :nodes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the signal catalog to create.

Returns:

  • (String)


854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 854

class CreateSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :nodes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nodesArray<Types::Node>

A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.

Returns:



854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 854

class CreateSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :nodes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata that can be used to manage the signal catalog.

Returns:



854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 854

class CreateSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :nodes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end