Class: Aws::CleanRooms::Types::DeletePrivacyBudgetTemplateInput

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 deleted from the collaboration that this membership belongs to. Accepts a membership ID.

Returns:

  • (String)


2558
2559
2560
2561
2562
2563
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2558

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

#privacy_budget_template_identifierString

A unique identifier for your privacy budget template.

Returns:

  • (String)


2558
2559
2560
2561
2562
2563
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2558

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