Class: Aws::CleanRooms::Types::ListPrivacyBudgetsInput

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. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

Returns:

  • (Integer)


3812
3813
3814
3815
3816
3817
3818
3819
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3812

class ListPrivacyBudgetsInput < Struct.new(
  :membership_identifier,
  :privacy_budget_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.

Returns:

  • (String)


3812
3813
3814
3815
3816
3817
3818
3819
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3812

class ListPrivacyBudgetsInput < Struct.new(
  :membership_identifier,
  :privacy_budget_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3812
3813
3814
3815
3816
3817
3818
3819
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3812

class ListPrivacyBudgetsInput < Struct.new(
  :membership_identifier,
  :privacy_budget_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#privacy_budget_typeString

The privacy budget type.

Returns:

  • (String)


3812
3813
3814
3815
3816
3817
3818
3819
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3812

class ListPrivacyBudgetsInput < Struct.new(
  :membership_identifier,
  :privacy_budget_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end