Class: Aws::Types::GetCollaborationPrivacyBudgetTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationPrivacyBudgetTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#privacy_budget_template_identifier ⇒ ::String
Returns the value of attribute privacy_budget_template_identifier.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def collaboration_identifier @collaboration_identifier end |
#privacy_budget_template_identifier ⇒ ::String
Returns the value of attribute privacy_budget_template_identifier.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def privacy_budget_template_identifier @privacy_budget_template_identifier end |