Class: Aws::CleanRooms::Types::DifferentialPrivacyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DifferentialPrivacyConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Specifies the unique identifier for your users.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#columns ⇒ Array<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.
Instance Attribute Details
#columns ⇒ Array<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.
3315 3316 3317 3318 3319 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3315 class DifferentialPrivacyConfiguration < Struct.new( :columns) SENSITIVE = [] include Aws::Structure end |