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.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def action @action end |
#max_time_seconds ⇒ ::Integer
Returns the value of attribute max_time_seconds.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def max_time_seconds @max_time_seconds end |
#reason ⇒ ::String
Returns the value of attribute reason.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def reason @reason end |
#state ⇒ "RUNNABLE"
Returns the value of attribute state.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def state @state end |