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