Class: Aws::Types::PrivacyBudgetSummary
- Inherits:
-
Object
- Object
- Aws::Types::PrivacyBudgetSummary
- 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.
-
#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.
-
#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.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def budget @budget end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def membership_id @membership_id end |
#privacy_budget_template_arn ⇒ ::String
Returns the value of attribute privacy_budget_template_arn.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def privacy_budget_template_arn @privacy_budget_template_arn end |
#privacy_budget_template_id ⇒ ::String
Returns the value of attribute privacy_budget_template_id.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def privacy_budget_template_id @privacy_budget_template_id end |
#type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute type.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def update_time @update_time end |