Class: Aws::ManagedBlockchain::Types::ListNodesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchain/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


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

#nodesArray<Types::NodeSummary>

An array of ‘NodeSummary` objects that contain configuration properties for each node.

Returns:



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