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:



3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3735

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3735

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