Class: Aws::CleanRooms::Types::DifferentialPrivacyPrivacyBudget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Specifies the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations available.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregationsArray<Types::DifferentialPrivacyPrivacyBudgetAggregation>

This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.



2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2678

class DifferentialPrivacyPrivacyBudget < Struct.new(
  :aggregations,
  :epsilon)
  SENSITIVE = []
  include Aws::Structure
end

#epsilonInteger

The epsilon value that you configured.

Returns:

  • (Integer)


2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2678

class DifferentialPrivacyPrivacyBudget < Struct.new(
  :aggregations,
  :epsilon)
  SENSITIVE = []
  include Aws::Structure
end