Class: Aws::Types::DeleteResourcePolicyStatementRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourcePolicyStatementRequest
- 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.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#expected_revision_id ⇒ ::String
Returns the value of attribute expected_revision_id.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def expected_revision_id @expected_revision_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def resource_arn @resource_arn end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def statement_id @statement_id end |