Class: Aws::Types::PreviewPrivacyImpactParametersInput
- Inherits:
-
Object
- Object
- Aws::Types::PreviewPrivacyImpactParametersInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DifferentialPrivacy, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#differential_privacy ⇒ Types::DifferentialPrivacyPreviewParametersInput
Returns the value of attribute differential_privacy.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#differential_privacy ⇒ Types::DifferentialPrivacyPreviewParametersInput
Returns the value of attribute differential_privacy.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def differential_privacy @differential_privacy end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def unknown @unknown end |