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.
3713 3714 3715 3716 3717 3718 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3713 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.
3713 3714 3715 3716 3717 3718 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3713 class GetCollaborationPrivacyBudgetTemplateInput < Struct.new( :collaboration_identifier, :privacy_budget_template_identifier) SENSITIVE = [] include Aws::Structure end |