Class: Aws::CleanRooms::Types::ListMembersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListMembersInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The identifier of the collaboration in which the members are listed.
-
#max_results ⇒ Integer
The maximum number of results that are returned for an API request call.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#collaboration_identifier ⇒ String
The identifier of the collaboration in which the members are listed.
5120 5121 5122 5123 5124 5125 5126 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5120 class ListMembersInput < Struct.new( :collaboration_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results that are returned for an API request call. The service chooses a default number if you don’t set one. The service might return a ‘nextToken` even if the `maxResults` value has not been met.
5120 5121 5122 5123 5124 5125 5126 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5120 class ListMembersInput < Struct.new( :collaboration_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
5120 5121 5122 5123 5124 5125 5126 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5120 class ListMembersInput < Struct.new( :collaboration_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |