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.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def budget @budget end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def membership_id @membership_id end |
#privacy_budget_template_arn ⇒ ::String
Returns the value of attribute privacy_budget_template_arn.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def privacy_budget_template_arn @privacy_budget_template_arn end |
#privacy_budget_template_id ⇒ ::String
Returns the value of attribute privacy_budget_template_id.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def privacy_budget_template_id @privacy_budget_template_id end |
#type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute type.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def update_time @update_time end |