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:

  • ("CANCEL", "TERMINATE")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def reason
  @reason
end

#state"RUNNABLE"

Returns the value of attribute state.

Returns:

  • ("RUNNABLE")


998
999
1000
# File 'sig/types.rbs', line 998

def state
  @state
end