Class: Aws::Types::PrivacyImpact
- Inherits:
-
Object
- Object
- Aws::Types::PrivacyImpact
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DifferentialPrivacy, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#differential_privacy ⇒ Types::DifferentialPrivacyPrivacyImpact
Returns the value of attribute differential_privacy.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#differential_privacy ⇒ Types::DifferentialPrivacyPrivacyImpact
Returns the value of attribute differential_privacy.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def differential_privacy @differential_privacy end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def unknown @unknown end |