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)


3107
3108
3109
3110
3111
3112
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3107

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

#nodesArray<Types::Node>

A list of information about nodes.

Returns:



3107
3108
3109
3110
3111
3112
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3107

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