Class: Aws::CleanRooms::Types::ListMembersOutput

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

#member_summariesArray<Types::MemberSummary>

The list of members returned by the ListMembers operation.

Returns:



5644
5645
5646
5647
5648
5649
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5644

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

#next_tokenString

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

Returns:

  • (String)


5644
5645
5646
5647
5648
5649
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5644

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