Class: Aws::Types::CollaborationPrivacyBudgetTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationPrivacyBudgetTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#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.
604 605 606 |
# File 'sig/types.rbs', line 604 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
605 606 607 |
# File 'sig/types.rbs', line 605 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
609 610 611 |
# File 'sig/types.rbs', line 609 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
607 608 609 |
# File 'sig/types.rbs', line 607 def creator_account_id @creator_account_id end |
#id ⇒ ::String
Returns the value of attribute id.
603 604 605 |
# File 'sig/types.rbs', line 603 def id @id end |
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
608 609 610 |
# File 'sig/types.rbs', line 608 def privacy_budget_type @privacy_budget_type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
610 611 612 |
# File 'sig/types.rbs', line 610 def update_time @update_time end |