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.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def differential_privacy @differential_privacy end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def unknown @unknown end |