Class: Aws::CleanRooms::Types::CreatePrivacyBudgetTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreatePrivacyBudgetTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#privacy_budget_template ⇒ Types::PrivacyBudgetTemplate
A summary of the elements in the privacy budget template.
Instance Attribute Details
#privacy_budget_template ⇒ Types::PrivacyBudgetTemplate
A summary of the elements in the privacy budget template.
2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2983 class CreatePrivacyBudgetTemplateOutput < Struct.new( :privacy_budget_template) SENSITIVE = [] include Aws::Structure end |