Class: Aws::CleanRooms::Types::ListMembershipsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListMembershipsOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_summaries ⇒ Array<Types::MembershipSummary>
The list of memberships returned from the ListMemberships operation.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#membership_summaries ⇒ Array<Types::MembershipSummary>
The list of memberships returned from the ListMemberships operation.
5686 5687 5688 5689 5690 5691 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5686 class ListMembershipsOutput < Struct.new( :next_token, :membership_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
5686 5687 5688 5689 5690 5691 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5686 class ListMembershipsOutput < Struct.new( :next_token, :membership_summaries) SENSITIVE = [] include Aws::Structure end |