Class: Aws::CleanRooms::Types::GetPrivacyBudgetTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetPrivacyBudgetTemplateOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#privacy_budget_template ⇒ Types::PrivacyBudgetTemplate
Returns the details of the privacy budget template that you requested.
Instance Attribute Details
#privacy_budget_template ⇒ Types::PrivacyBudgetTemplate
Returns the details of the privacy budget template that you requested.
4002 4003 4004 4005 4006 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4002 class GetPrivacyBudgetTemplateOutput < Struct.new( :privacy_budget_template) SENSITIVE = [] include Aws::Structure end |