Class: Aws::Types::CollaborationPrivacyBudgetTemplate
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationPrivacyBudgetTemplate
- 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.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#id ⇒ ::String
Returns the value of attribute 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.
579 580 581 |
# File 'sig/types.rbs', line 579 def arn @arn end |
#auto_refresh ⇒ "CALENDAR_MONTH", "NONE"
Returns the value of attribute auto_refresh.
586 587 588 |
# File 'sig/types.rbs', line 586 def auto_refresh @auto_refresh end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
581 582 583 |
# File 'sig/types.rbs', line 581 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
580 581 582 |
# File 'sig/types.rbs', line 580 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
583 584 585 |
# File 'sig/types.rbs', line 583 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def creator_account_id @creator_account_id end |
#id ⇒ ::String
Returns the value of attribute id.
578 579 580 |
# File 'sig/types.rbs', line 578 def id @id end |
#parameters ⇒ Types::PrivacyBudgetTemplateParametersOutput
Returns the value of attribute parameters.
587 588 589 |
# File 'sig/types.rbs', line 587 def parameters @parameters end |
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
585 586 587 |
# File 'sig/types.rbs', line 585 def privacy_budget_type @privacy_budget_type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
584 585 586 |
# File 'sig/types.rbs', line 584 def update_time @update_time end |