Class: Aws::Types::EvaluateOnExit
- Inherits:
-
Object
- Object
- Aws::Types::EvaluateOnExit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "RETRY", "EXIT"
Returns the value of attribute action.
-
#on_exit_code ⇒ ::String
Returns the value of attribute on_exit_code.
-
#on_reason ⇒ ::String
Returns the value of attribute on_reason.
-
#on_status_reason ⇒ ::String
Returns the value of attribute on_status_reason.
Instance Attribute Details
#action ⇒ "RETRY", "EXIT"
Returns the value of attribute action.
826 827 828 |
# File 'sig/types.rbs', line 826 def action @action end |
#on_exit_code ⇒ ::String
Returns the value of attribute on_exit_code.
825 826 827 |
# File 'sig/types.rbs', line 825 def on_exit_code @on_exit_code end |
#on_reason ⇒ ::String
Returns the value of attribute on_reason.
824 825 826 |
# File 'sig/types.rbs', line 824 def on_reason @on_reason end |
#on_status_reason ⇒ ::String
Returns the value of attribute on_status_reason.
823 824 825 |
# File 'sig/types.rbs', line 823 def on_status_reason @on_status_reason end |