Class: Aws::CleanRooms::Types::ListMembershipsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membership_summariesArray<Types::MembershipSummary>

The list of memberships returned from the ListMemberships operation.

Returns:



6392
6393
6394
6395
6396
6397
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6392

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

#next_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


6392
6393
6394
6395
6396
6397
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6392

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