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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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.



4743
4744
4745
4746
4747
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4743

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