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.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def differential_privacy @differential_privacy end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def unknown @unknown end |