Class: Aws::CleanRooms::Types::ListMembershipsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListMembershipsOutput
- Includes:
- Structure
- Defined in:
- 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 token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#membership_summaries ⇒ Array<Types::MembershipSummary>
The list of memberships returned from the ListMemberships operation.
5108 5109 5110 5111 5112 5113 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5108 class ListMembershipsOutput < Struct.new( :next_token, :membership_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
5108 5109 5110 5111 5112 5113 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5108 class ListMembershipsOutput < Struct.new( :next_token, :membership_summaries) SENSITIVE = [] include Aws::Structure end |