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)


9498
9499
9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9498

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.



9498
9499
9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9498

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)


9498
9499
9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9498

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)


9498
9499
9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9498

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