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