Class: Aws::CleanRooms::Types::DifferentialPrivacyPreviewAggregation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#max_countInteger

The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.

Returns:

  • (Integer)


2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2635

class DifferentialPrivacyPreviewAggregation < Struct.new(
  :type,
  :max_count)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of aggregation function.

Returns:

  • (String)


2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2635

class DifferentialPrivacyPreviewAggregation < Struct.new(
  :type,
  :max_count)
  SENSITIVE = []
  include Aws::Structure
end