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.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def aggregations @aggregations end |
#epsilon ⇒ ::Integer
Returns the value of attribute epsilon.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def epsilon @epsilon end |