Class: Aws::CleanRooms::Types::DeletePrivacyBudgetTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeletePrivacyBudgetTemplateInput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
-
#privacy_budget_template_identifier ⇒ String
A unique identifier for your 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 deleted from the collaboration that this membership belongs to. Accepts a membership ID.
4269 4270 4271 4272 4273 4274 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4269 class DeletePrivacyBudgetTemplateInput < Struct.new( :membership_identifier, :privacy_budget_template_identifier) SENSITIVE = [] include Aws::Structure end |
#privacy_budget_template_identifier ⇒ String
A unique identifier for your privacy budget template.
4269 4270 4271 4272 4273 4274 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4269 class DeletePrivacyBudgetTemplateInput < Struct.new( :membership_identifier, :privacy_budget_template_identifier) SENSITIVE = [] include Aws::Structure end |