Class: Aws::Types::UpdatePrivacyBudgetTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePrivacyBudgetTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#parameters ⇒ Types::PrivacyBudgetTemplateUpdateParameters
Returns the value of attribute parameters.
-
#privacy_budget_template_identifier ⇒ ::String
Returns the value of attribute privacy_budget_template_identifier.
-
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
Instance Attribute Details
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3379 3380 3381 |
# File 'sig/types.rbs', line 3379 def membership_identifier @membership_identifier end |
#parameters ⇒ Types::PrivacyBudgetTemplateUpdateParameters
Returns the value of attribute parameters.
3382 3383 3384 |
# File 'sig/types.rbs', line 3382 def parameters @parameters end |
#privacy_budget_template_identifier ⇒ ::String
Returns the value of attribute privacy_budget_template_identifier.
3380 3381 3382 |
# File 'sig/types.rbs', line 3380 def privacy_budget_template_identifier @privacy_budget_template_identifier end |
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
3381 3382 3383 |
# File 'sig/types.rbs', line 3381 def privacy_budget_type @privacy_budget_type end |