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.
3727 3728 3729 3730 3731 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3727 class GetCollaborationPrivacyBudgetTemplateOutput < Struct.new( :collaboration_privacy_budget_template) SENSITIVE = [] include Aws::Structure end |