Class: Aws::Types::PrivacyBudgetTemplate
- Inherits:
-
Object
- Object
- Aws::Types::PrivacyBudgetTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auto_refresh ⇒ "CALENDAR_MONTH", "NONE"
Returns the value of attribute auto_refresh.
-
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#parameters ⇒ Types::PrivacyBudgetTemplateParametersOutput
Returns the value of attribute parameters.
-
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def arn @arn end |
#auto_refresh ⇒ "CALENDAR_MONTH", "NONE"
Returns the value of attribute auto_refresh.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def auto_refresh @auto_refresh end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def membership_id @membership_id end |
#parameters ⇒ Types::PrivacyBudgetTemplateParametersOutput
Returns the value of attribute parameters.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def parameters @parameters end |
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def privacy_budget_type @privacy_budget_type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def update_time @update_time end |