Class: Aws::CleanRooms::Types::AccessBudgetsPrivacyTemplateUpdateParameters

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

Overview

Update parameters for privacy budget templates with access budgets functionality, allowing modification of existing budget configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#budget_parametersArray<Types::BudgetParameter>

Updated array of budget parameters for the access budget configuration.

Returns:



163
164
165
166
167
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 163

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