Class: Aws::CleanRooms::Types::GetCollaborationPrivacyBudgetTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationPrivacyBudgetTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
A unique identifier for one of your collaborations.
-
#privacy_budget_template_identifier ⇒ String
A unique identifier for one of your privacy budget templates.
Instance Attribute Details
#collaboration_identifier ⇒ String
A unique identifier for one of your collaborations.
4660 4661 4662 4663 4664 4665 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4660 class GetCollaborationPrivacyBudgetTemplateInput < Struct.new( :collaboration_identifier, :privacy_budget_template_identifier) SENSITIVE = [] include Aws::Structure end |
#privacy_budget_template_identifier ⇒ String
A unique identifier for one of your privacy budget templates.
4660 4661 4662 4663 4664 4665 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4660 class GetCollaborationPrivacyBudgetTemplateInput < Struct.new( :collaboration_identifier, :privacy_budget_template_identifier) SENSITIVE = [] include Aws::Structure end |