Class: Aws::CleanRooms::Types::ListMembersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListMembersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_summaries ⇒ Array<Types::MemberSummary>
The list of members returned by the ListMembers operation.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#member_summaries ⇒ Array<Types::MemberSummary>
The list of members returned by the ListMembers operation.
5138 5139 5140 5141 5142 5143 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5138 class ListMembersOutput < Struct.new( :next_token, :member_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
5138 5139 5140 5141 5142 5143 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5138 class ListMembersOutput < Struct.new( :next_token, :member_summaries) SENSITIVE = [] include Aws::Structure end |