Class: Aws::Types::DifferentialPrivacyPrivacyBudget
- Inherits:
-
Object
- Object
- Aws::Types::DifferentialPrivacyPrivacyBudget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregations ⇒ ::Array[Types::DifferentialPrivacyPrivacyBudgetAggregation]
Returns the value of attribute aggregations.
-
#epsilon ⇒ ::Integer
Returns the value of attribute epsilon.
Instance Attribute Details
#aggregations ⇒ ::Array[Types::DifferentialPrivacyPrivacyBudgetAggregation]
Returns the value of attribute aggregations.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def aggregations @aggregations end |
#epsilon ⇒ ::Integer
Returns the value of attribute epsilon.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def epsilon @epsilon end |