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.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def membership_identifier @membership_identifier end |
#parameters ⇒ Types::PreviewPrivacyImpactParametersInput
Returns the value of attribute parameters.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def parameters @parameters end |