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.



5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5081

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