Class: Aws::Types::DeleteResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
100 101 102 |
# File 'sig/types.rbs', line 100 def policy_name @policy_name end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def policy_revision_id @policy_revision_id end |