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 ⇒ ::String
Returns the value of attribute policy_hash.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
961 962 963 |
# File 'sig/types.rbs', line 961 def policy_hash @policy_hash end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
960 961 962 |
# File 'sig/types.rbs', line 960 def policy_id @policy_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
959 960 961 |
# File 'sig/types.rbs', line 959 def resource_arn @resource_arn end |