Class: Aws::IoTFleetWise::Types::ListSignalCatalogNodesResponse

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

#next_tokenString

The token to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


2636
2637
2638
2639
2640
2641
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2636

class ListSignalCatalogNodesResponse < Struct.new(
  :nodes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#nodesArray<Types::Node>

A list of information about nodes.

Returns:



2636
2637
2638
2639
2640
2641
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2636

class ListSignalCatalogNodesResponse < Struct.new(
  :nodes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end