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)


1151
1152
1153
1154
1155
1156
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1151

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:



1151
1152
1153
1154
1155
1156
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1151

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