Class: Aws::CleanRooms::Types::ListMembershipsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListMembershipsInput
- 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.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
-
#status ⇒ String
A filter which will return only memberships in the specified status.
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.
6285 6286 6287 6288 6289 6290 6291 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6285 class ListMembershipsInput < Struct.new( :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
6285 6286 6287 6288 6289 6290 6291 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6285 class ListMembershipsInput < Struct.new( :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A filter which will return only memberships in the specified status.
6285 6286 6287 6288 6289 6290 6291 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6285 class ListMembershipsInput < Struct.new( :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |