Class: Aws::CleanRooms::Types::ListMembershipsInput

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

#max_resultsInteger

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

Returns:

  • (Integer)


3716
3717
3718
3719
3720
3721
3722
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3716

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

#next_tokenString

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

Returns:

  • (String)


3716
3717
3718
3719
3720
3721
3722
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3716

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

#statusString

A filter which will return only memberships in the specified status.

Returns:

  • (String)


3716
3717
3718
3719
3720
3721
3722
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3716

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