Class: Aws::Types::JobStateTimeLimitAction
- Inherits:
-
Object
- Object
- Aws::Types::JobStateTimeLimitAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CANCEL", "TERMINATE"
Returns the value of attribute action.
-
#max_time_seconds ⇒ ::Integer
Returns the value of attribute max_time_seconds.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#state ⇒ "RUNNABLE"
Returns the value of attribute state.
Instance Attribute Details
#action ⇒ "CANCEL", "TERMINATE"
Returns the value of attribute action.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def action @action end |
#max_time_seconds ⇒ ::Integer
Returns the value of attribute max_time_seconds.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def max_time_seconds @max_time_seconds end |
#reason ⇒ ::String
Returns the value of attribute reason.
997 998 999 |
# File 'sig/types.rbs', line 997 def reason @reason end |
#state ⇒ "RUNNABLE"
Returns the value of attribute state.
998 999 1000 |
# File 'sig/types.rbs', line 998 def state @state end |