Class: Aws::CleanRooms::Types::UpdatePrivacyBudgetTemplateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membership_identifierString

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

Returns:

  • (String)


7667
7668
7669
7670
7671
7672
7673
7674
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7667

class UpdatePrivacyBudgetTemplateInput < Struct.new(
  :membership_identifier,
  :privacy_budget_template_identifier,
  :privacy_budget_type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersTypes::PrivacyBudgetTemplateUpdateParameters

Specifies the epsilon and noise parameters for the privacy budget template.



7667
7668
7669
7670
7671
7672
7673
7674
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7667

class UpdatePrivacyBudgetTemplateInput < Struct.new(
  :membership_identifier,
  :privacy_budget_template_identifier,
  :privacy_budget_type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#privacy_budget_template_identifierString

A unique identifier for your privacy budget template that you want to update.

Returns:

  • (String)


7667
7668
7669
7670
7671
7672
7673
7674
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7667

class UpdatePrivacyBudgetTemplateInput < Struct.new(
  :membership_identifier,
  :privacy_budget_template_identifier,
  :privacy_budget_type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#privacy_budget_typeString

Specifies the type of the privacy budget template.

Returns:

  • (String)


7667
7668
7669
7670
7671
7672
7673
7674
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7667

class UpdatePrivacyBudgetTemplateInput < Struct.new(
  :membership_identifier,
  :privacy_budget_template_identifier,
  :privacy_budget_type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end