Class: Aws::CleanRooms::Types::DifferentialPrivacyConfiguration

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

Overview

Specifies the unique identifier for your users.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnsArray<Types::DifferentialPrivacyColumn>

The name of the column (such as user_id) that contains the unique identifier of your users whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.



2600
2601
2602
2603
2604
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2600

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