Class: Aws::Types::JobStateTimeLimitAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action"CANCEL", "TERMINATE"

Returns the value of attribute action.

Returns:



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.

Returns:



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.

Returns:



1071
1072
1073
# File 'sig/types.rbs', line 1071

def reason
  @reason
end

#state"RUNNABLE"

Returns the value of attribute state.

Returns:



1072
1073
1074
# File 'sig/types.rbs', line 1072

def state
  @state
end