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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3350
3351
3352
3353
3354
3355
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3350

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

#typeString

The type of aggregation function.

Returns:

  • (String)


3350
3351
3352
3353
3354
3355
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3350

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