Class: Aws::Types::DeletePolicyStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::DeletePolicyStatementInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
179 180 181 |
# File 'sig/types.rbs', line 179 def arn @arn end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
180 181 182 |
# File 'sig/types.rbs', line 180 def statement_id @statement_id end |