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.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def auto_refresh @auto_refresh end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def membership_identifier @membership_identifier end |
#parameters ⇒ Types::PrivacyBudgetTemplateParametersInput
Returns the value of attribute parameters.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def parameters @parameters end |
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def privacy_budget_type @privacy_budget_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def @tags end |