Class: Aws::Types::DeleteResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourcePolicyRequest
- 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.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#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.
407 408 409 |
# File 'sig/types.rbs', line 407 def expected_revision_id @expected_revision_id end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
405 406 407 |
# File 'sig/types.rbs', line 405 def policy_name @policy_name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
406 407 408 |
# File 'sig/types.rbs', line 406 def resource_arn @resource_arn end |