Class: Aws::ManagedBlockchain::Types::ListMembersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListMembersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#members ⇒ Array<Types::MemberSummary>
An array of ‘MemberSummary` objects.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#members ⇒ Array<Types::MemberSummary>
An array of ‘MemberSummary` objects. Each object contains details about a network member.
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_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
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 |