Class: Aws::Types::ServiceJobEvaluateOnExit
- Inherits:
-
Object
- Object
- Aws::Types::ServiceJobEvaluateOnExit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "RETRY", "EXIT"
Returns the value of attribute action.
-
#on_status_reason ⇒ ::String
Returns the value of attribute on_status_reason.
Instance Attribute Details
#action ⇒ "RETRY", "EXIT"
Returns the value of attribute action.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def action @action end |
#on_status_reason ⇒ ::String
Returns the value of attribute on_status_reason.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def on_status_reason @on_status_reason end |