Class: Aws::Types::CreatePrivacyBudgetTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePrivacyBudgetTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_refresh ⇒ "CALENDAR_MONTH", "NONE"
Returns the value of attribute auto_refresh.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#parameters ⇒ Types::PrivacyBudgetTemplateParametersInput
Returns the value of attribute parameters.
-
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#auto_refresh ⇒ "CALENDAR_MONTH", "NONE"
Returns the value of attribute auto_refresh.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def auto_refresh @auto_refresh end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def membership_identifier @membership_identifier end |
#parameters ⇒ Types::PrivacyBudgetTemplateParametersInput
Returns the value of attribute parameters.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def parameters @parameters end |
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def privacy_budget_type @privacy_budget_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def @tags end |