Class: Aws::Types::CollaborationPrivacyBudgetSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationPrivacyBudgetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#budget ⇒ Types::PrivacyBudget
Returns the value of attribute budget.
-
#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_template_arn ⇒ ::String
Returns the value of attribute privacy_budget_template_arn.
-
#privacy_budget_template_id ⇒ ::String
Returns the value of attribute privacy_budget_template_id.
-
#type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute type.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#budget ⇒ Types::PrivacyBudget
Returns the value of attribute budget.
573 574 575 |
# File 'sig/types.rbs', line 573 def budget @budget end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
568 569 570 |
# File 'sig/types.rbs', line 568 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
567 568 569 |
# File 'sig/types.rbs', line 567 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
571 572 573 |
# File 'sig/types.rbs', line 571 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def creator_account_id @creator_account_id end |
#id ⇒ ::String
Returns the value of attribute id.
564 565 566 |
# File 'sig/types.rbs', line 564 def id @id end |
#privacy_budget_template_arn ⇒ ::String
Returns the value of attribute privacy_budget_template_arn.
566 567 568 |
# File 'sig/types.rbs', line 566 def privacy_budget_template_arn @privacy_budget_template_arn end |
#privacy_budget_template_id ⇒ ::String
Returns the value of attribute privacy_budget_template_id.
565 566 567 |
# File 'sig/types.rbs', line 565 def privacy_budget_template_id @privacy_budget_template_id end |
#type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute type.
570 571 572 |
# File 'sig/types.rbs', line 570 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
572 573 574 |
# File 'sig/types.rbs', line 572 def update_time @update_time end |