Class: Aws::CleanRooms::Types::DifferentialPrivacyPrivacyImpact
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DifferentialPrivacyPrivacyImpact
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Information about 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
-
#aggregations ⇒ Array<Types::DifferentialPrivacyPreviewAggregation>
The number of aggregation functions that you can perform.
Instance Attribute Details
#aggregations ⇒ Array<Types::DifferentialPrivacyPreviewAggregation>
The number of aggregation functions that you can perform.
3423 3424 3425 3426 3427 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3423 class DifferentialPrivacyPrivacyImpact < Struct.new( :aggregations) SENSITIVE = [] include Aws::Structure end |