Class: Aws::Types::PutDataProtectionPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutDataProtectionPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_protection_policy ⇒ ::String
Returns the value of attribute data_protection_policy.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#data_protection_policy ⇒ ::String
Returns the value of attribute data_protection_policy.
487 488 489 |
# File 'sig/types.rbs', line 487 def data_protection_policy @data_protection_policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def resource_arn @resource_arn end |