Class: Aws::Types::PrivacyBudget
- Inherits:
-
Object
- Object
- Aws::Types::PrivacyBudget
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AccessBudget, DifferentialPrivacy, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_budget ⇒ Types::AccessBudget
Returns the value of attribute access_budget.
-
#differential_privacy ⇒ Types::DifferentialPrivacyPrivacyBudget
Returns the value of attribute differential_privacy.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#access_budget ⇒ Types::AccessBudget
Returns the value of attribute access_budget.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def access_budget @access_budget end |
#differential_privacy ⇒ Types::DifferentialPrivacyPrivacyBudget
Returns the value of attribute differential_privacy.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def differential_privacy @differential_privacy end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def unknown @unknown end |