Class: Aws::CleanRooms::Types::UpdatePrivacyBudgetTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdatePrivacyBudgetTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
A unique identifier for one of your memberships for a collaboration.
-
#parameters ⇒ Types::PrivacyBudgetTemplateUpdateParameters
Specifies the epsilon and noise parameters for the privacy budget template.
-
#privacy_budget_template_identifier ⇒ String
A unique identifier for your privacy budget template that you want to update.
-
#privacy_budget_type ⇒ String
Specifies the type of the privacy budget template.
Instance Attribute Details
#membership_identifier ⇒ String
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.
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 |
#parameters ⇒ Types::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_identifier ⇒ String
A unique identifier for your privacy budget template that you want to update.
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_type ⇒ String
Specifies the type of 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 |