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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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)


1155
1156
1157
1158
1159
1160
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1155

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:



1155
1156
1157
1158
1159
1160
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1155

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