Class: Aws::CleanRooms::Types::DifferentialPrivacyPreviewAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DifferentialPrivacyPreviewAggregation
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Provides an estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_count ⇒ Integer
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
-
#type ⇒ String
The type of aggregation function.
Instance Attribute Details
#max_count ⇒ Integer
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
3378 3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3378 class DifferentialPrivacyPreviewAggregation < Struct.new( :type, :max_count) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of aggregation function.
3378 3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3378 class DifferentialPrivacyPreviewAggregation < Struct.new( :type, :max_count) SENSITIVE = [] include Aws::Structure end |