Class: Aws::IoTFleetWise::Types::ListSignalCatalogNodesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListSignalCatalogNodesResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results, or
null
if there are no more results. -
#nodes ⇒ Array<Types::Node>
A list of information about nodes.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results, or null
if there
are no more results.
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 |
#nodes ⇒ Array<Types::Node>
A list of information about nodes.
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 |