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