Class: Aws::Types::DeleteAccountPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAccountPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_type ⇒ "DATA_PROTECTION_POLICY", ...
Returns the value of attribute policy_type.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
310 311 312 |
# File 'sig/types.rbs', line 310 def policy_name @policy_name end |
#policy_type ⇒ "DATA_PROTECTION_POLICY", ...
Returns the value of attribute policy_type.
311 312 313 |
# File 'sig/types.rbs', line 311 def policy_type @policy_type end |