Class: Aws::CleanRooms::Types::DifferentialPrivacyPrivacyBudgetAggregation

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

Instance Attribute Details

#max_countInteger

The maximum number of aggregation functions that you can perform with the given privacy budget.

Returns:

  • (Integer)


2704
2705
2706
2707
2708
2709
2710
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2704

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

#remaining_countInteger

The remaining number of aggregation functions that can be run with the available privacy budget.

Returns:

  • (Integer)


2704
2705
2706
2707
2708
2709
2710
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2704

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

#typeString

The different types of aggregation functions that you can perform.

Returns:

  • (String)


2704
2705
2706
2707
2708
2709
2710
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2704

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