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 size of the results that is returned per call.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#collaboration_identifier ⇒ String
The identifier of the collaboration in which the members are listed.
5048 5049 5050 5051 5052 5053 5054 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5048 class ListMembersInput < Struct.new( :collaboration_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
5048 5049 5050 5051 5052 5053 5054 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5048 class ListMembersInput < Struct.new( :collaboration_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
5048 5049 5050 5051 5052 5053 5054 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5048 class ListMembersInput < Struct.new( :collaboration_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |