Class: Aws::CleanRooms::Types::ListCollaborationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationsInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results that are returned for an API request call.
-
#member_status ⇒ String
The caller's status in a collaboration.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#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.
5992 5993 5994 5995 5996 5997 5998 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5992 class ListCollaborationsInput < Struct.new( :next_token, :max_results, :member_status) SENSITIVE = [] include Aws::Structure end |
#member_status ⇒ String
The caller's status in a collaboration.
5992 5993 5994 5995 5996 5997 5998 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5992 class ListCollaborationsInput < Struct.new( :next_token, :max_results, :member_status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
5992 5993 5994 5995 5996 5997 5998 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5992 class ListCollaborationsInput < Struct.new( :next_token, :max_results, :member_status) SENSITIVE = [] include Aws::Structure end |