Class: Aws::CleanRooms::Types::ListMembersInput

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

#collaboration_identifierString

The identifier of the collaboration in which the members are listed.

Returns:

  • (String)


3675
3676
3677
3678
3679
3680
3681
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3675

class ListMembersInput < Struct.new(
  :collaboration_identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum size of the results that is returned per call.

Returns:

  • (Integer)


3675
3676
3677
3678
3679
3680
3681
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3675

class ListMembersInput < Struct.new(
  :collaboration_identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3675
3676
3677
3678
3679
3680
3681
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3675

class ListMembersInput < Struct.new(
  :collaboration_identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end