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

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

#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)


5673
5674
5675
5676
5677
5678
5679
5680
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5673

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.



5673
5674
5675
5676
5677
5678
5679
5680
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5673

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)


5673
5674
5675
5676
5677
5678
5679
5680
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5673

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)


5673
5674
5675
5676
5677
5678
5679
5680
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5673

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