Class: Aws::CleanRooms::Types::GetPrivacyBudgetTemplateOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#privacy_budget_templateTypes::PrivacyBudgetTemplate

Returns the details of the privacy budget template that you requested.



4030
4031
4032
4033
4034
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4030

class GetPrivacyBudgetTemplateOutput < Struct.new(
  :privacy_budget_template)
  SENSITIVE = []
  include Aws::Structure
end