Class: Aws::Types::DeletePolicyStatementOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeletePolicyStatementOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
185 186 187 |
# File 'sig/types.rbs', line 185 def arn @arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
187 188 189 |
# File 'sig/types.rbs', line 187 def policy @policy end |
#token ⇒ ::String
Returns the value of attribute token.
186 187 188 |
# File 'sig/types.rbs', line 186 def token @token end |