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.
3406 3407 3408 |
# File 'sig/types.rbs', line 3406 def membership_identifier @membership_identifier end |
#parameters ⇒ Types::PrivacyBudgetTemplateUpdateParameters
Returns the value of attribute parameters.
3409 3410 3411 |
# File 'sig/types.rbs', line 3409 def parameters @parameters end |
#privacy_budget_template_identifier ⇒ ::String
Returns the value of attribute privacy_budget_template_identifier.
3407 3408 3409 |
# File 'sig/types.rbs', line 3407 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.
3408 3409 3410 |
# File 'sig/types.rbs', line 3408 def privacy_budget_type @privacy_budget_type end |