Class: Aws::Types::PrivacyBudgetTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::PrivacyBudgetTemplateSummary
- 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.
-
#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_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.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def membership_id @membership_id end |
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def privacy_budget_type @privacy_budget_type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def update_time @update_time end |