Class: Aws::CleanRooms::Types::DifferentialPrivacyPrivacyBudgetAggregation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::DifferentialPrivacyPrivacyBudgetAggregation
 
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Information about the total number of aggregations, as well as the remaining aggregations.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #max_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum number of aggregation functions that you can perform with the given privacy budget. 
- 
  
    
      #remaining_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The remaining number of aggregation functions that can be run with the available privacy budget. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The different types of aggregation functions that you can perform. 
Instance Attribute Details
#max_count ⇒ Integer
The maximum number of aggregation functions that you can perform with the given privacy budget.
| 4314 4315 4316 4317 4318 4319 4320 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4314 class DifferentialPrivacyPrivacyBudgetAggregation < Struct.new( :type, :max_count, :remaining_count) SENSITIVE = [] include Aws::Structure end | 
#remaining_count ⇒ Integer
The remaining number of aggregation functions that can be run with the available privacy budget.
| 4314 4315 4316 4317 4318 4319 4320 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4314 class DifferentialPrivacyPrivacyBudgetAggregation < Struct.new( :type, :max_count, :remaining_count) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The different types of aggregation functions that you can perform.
| 4314 4315 4316 4317 4318 4319 4320 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4314 class DifferentialPrivacyPrivacyBudgetAggregation < Struct.new( :type, :max_count, :remaining_count) SENSITIVE = [] include Aws::Structure end |