Class: Aws::Types::DeleteResourcePolicyStatementResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourcePolicyStatementResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def resource_arn @resource_arn end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def revision_id @revision_id end |