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.
3447 3448 3449 3450 3451 3452 3453 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3447 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.
3447 3448 3449 3450 3451 3452 3453 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3447 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.
3447 3448 3449 3450 3451 3452 3453 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3447 class DifferentialPrivacyPrivacyBudgetAggregation < Struct.new( :type, :max_count, :remaining_count) SENSITIVE = [] include Aws::Structure end |