Class: Aws::ManagedBlockchain::Types::ListNodesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListNodesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#nodes ⇒ Array<Types::NodeSummary>
An array of ‘NodeSummary` objects that contain configuration properties for each node.
Instance Attribute Details
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
1154 1155 1156 1157 1158 1159 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1154 class ListNodesOutput < Struct.new( :nodes, :next_token) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<Types::NodeSummary>
An array of ‘NodeSummary` objects that contain configuration properties for each node.
1154 1155 1156 1157 1158 1159 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1154 class ListNodesOutput < Struct.new( :nodes, :next_token) SENSITIVE = [] include Aws::Structure end |