Class: Aws::CleanRooms::Types::CreatePrivacyBudgetTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreatePrivacyBudgetTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_refresh ⇒ String
How often the privacy budget refreshes.
-
#membership_identifier ⇒ String
A unique identifier for one of your memberships for a collaboration.
-
#parameters ⇒ Types::PrivacyBudgetTemplateParametersInput
Specifies your parameters for the privacy budget template.
-
#privacy_budget_type ⇒ String
Specifies the type of the privacy budget template.
-
#tags ⇒ Hash<String,String>
An optional label that you can assign to a resource when you create it.
Instance Attribute Details
#auto_refresh ⇒ String
How often the privacy budget refreshes.
If you plan to regularly bring new data into the collaboration, you can use ‘CALENDAR_MONTH` to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.
2967 2968 2969 2970 2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2967 class CreatePrivacyBudgetTemplateInput < Struct.new( :membership_identifier, :auto_refresh, :privacy_budget_type, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.
2967 2968 2969 2970 2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2967 class CreatePrivacyBudgetTemplateInput < Struct.new( :membership_identifier, :auto_refresh, :privacy_budget_type, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::PrivacyBudgetTemplateParametersInput
Specifies your parameters for the privacy budget template.
2967 2968 2969 2970 2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2967 class CreatePrivacyBudgetTemplateInput < Struct.new( :membership_identifier, :auto_refresh, :privacy_budget_type, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#privacy_budget_type ⇒ String
Specifies the type of the privacy budget template.
2967 2968 2969 2970 2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2967 class CreatePrivacyBudgetTemplateInput < Struct.new( :membership_identifier, :auto_refresh, :privacy_budget_type, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
2967 2968 2969 2970 2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2967 class CreatePrivacyBudgetTemplateInput < Struct.new( :membership_identifier, :auto_refresh, :privacy_budget_type, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |