Class: Aws::CleanRooms::Types::GetCollaborationPrivacyBudgetTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationPrivacyBudgetTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_privacy_budget_template ⇒ Types::CollaborationPrivacyBudgetTemplate
Returns the details of the privacy budget template that you requested.
Instance Attribute Details
#collaboration_privacy_budget_template ⇒ Types::CollaborationPrivacyBudgetTemplate
Returns the details of the privacy budget template that you requested.
3755 3756 3757 3758 3759 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3755 class GetCollaborationPrivacyBudgetTemplateOutput < Struct.new( :collaboration_privacy_budget_template) SENSITIVE = [] include Aws::Structure end |