Class: Aws::CleanRooms::Types::AccessBudgetsPrivacyTemplateParametersInput

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

Overview

Input parameters for privacy budget templates that support access budgets functionality, enabling enhanced budget management capabilities.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#budget_parametersArray<Types::BudgetParameter>

An array of budget parameters that define the access budget configuration for the privacy template.

Returns:



123
124
125
126
127
128
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 123

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource associated with this privacy budget template.

Returns:

  • (String)


123
124
125
126
127
128
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 123

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