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.



3141
3142
3143
3144
3145
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3141

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