Class: Aws::CleanRooms::Types::DifferentialPrivacySensitivityParameters
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::DifferentialPrivacySensitivityParameters
 
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Provides the sensitivity parameters.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #aggregation_expression  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The aggregation expression that was run. 
- 
  
    
      #aggregation_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of aggregation function that was run. 
- 
  
    
      #max_column_value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The upper bound of the aggregation expression. 
- 
  
    
      #min_column_value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The lower bound of the aggregation expression. 
- 
  
    
      #user_contribution_limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum number of rows contributed by a user in a SQL query. 
Instance Attribute Details
#aggregation_expression ⇒ String
The aggregation expression that was run.
| 4361 4362 4363 4364 4365 4366 4367 4368 4369 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4361 class DifferentialPrivacySensitivityParameters < Struct.new( :aggregation_type, :aggregation_expression, :user_contribution_limit, :min_column_value, :max_column_value) SENSITIVE = [] include Aws::Structure end | 
#aggregation_type ⇒ String
The type of aggregation function that was run.
| 4361 4362 4363 4364 4365 4366 4367 4368 4369 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4361 class DifferentialPrivacySensitivityParameters < Struct.new( :aggregation_type, :aggregation_expression, :user_contribution_limit, :min_column_value, :max_column_value) SENSITIVE = [] include Aws::Structure end | 
#max_column_value ⇒ Float
The upper bound of the aggregation expression.
| 4361 4362 4363 4364 4365 4366 4367 4368 4369 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4361 class DifferentialPrivacySensitivityParameters < Struct.new( :aggregation_type, :aggregation_expression, :user_contribution_limit, :min_column_value, :max_column_value) SENSITIVE = [] include Aws::Structure end | 
#min_column_value ⇒ Float
The lower bound of the aggregation expression.
| 4361 4362 4363 4364 4365 4366 4367 4368 4369 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4361 class DifferentialPrivacySensitivityParameters < Struct.new( :aggregation_type, :aggregation_expression, :user_contribution_limit, :min_column_value, :max_column_value) SENSITIVE = [] include Aws::Structure end | 
#user_contribution_limit ⇒ Integer
The maximum number of rows contributed by a user in a SQL query.
| 4361 4362 4363 4364 4365 4366 4367 4368 4369 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4361 class DifferentialPrivacySensitivityParameters < Struct.new( :aggregation_type, :aggregation_expression, :user_contribution_limit, :min_column_value, :max_column_value) SENSITIVE = [] include Aws::Structure end |