Class: Aws::Types::DifferentialPrivacyTemplateUpdateParameters
- Inherits:
-
Object
- Object
- Aws::Types::DifferentialPrivacyTemplateUpdateParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#epsilon ⇒ ::Integer
Returns the value of attribute epsilon.
-
#users_noise_per_query ⇒ ::Integer
Returns the value of attribute users_noise_per_query.
Instance Attribute Details
#epsilon ⇒ ::Integer
Returns the value of attribute epsilon.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def epsilon @epsilon end |
#users_noise_per_query ⇒ ::Integer
Returns the value of attribute users_noise_per_query.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def users_noise_per_query @users_noise_per_query end |