Class: Aws::Types::AssociateDataProtectionSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDataProtectionSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
Instance Attribute Details
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def data_protection_settings_arn @data_protection_settings_arn end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
35 36 37 |
# File 'sig/types.rbs', line 35 def portal_arn @portal_arn end |