Class: Aws::Types::PreviewPrivacyImpactInput
- Inherits:
-
Object
- Object
- Aws::Types::PreviewPrivacyImpactInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#parameters ⇒ Types::PreviewPrivacyImpactParametersInput
Returns the value of attribute parameters.
Instance Attribute Details
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def membership_identifier @membership_identifier end |
#parameters ⇒ Types::PreviewPrivacyImpactParametersInput
Returns the value of attribute parameters.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def parameters @parameters end |