Class: Aws::ManagedBlockchain::Types::ListMembersOutput

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

#membersArray<Types::MemberSummary>

An array of ‘MemberSummary` objects. Each object contains details about a network member.

Returns:



1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1042

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

#next_tokenString

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

Returns:

  • (String)


1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1042

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