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")


1007
1008
1009
# File 'sig/types.rbs', line 1007

def action
  @action
end

#max_time_seconds::Integer

Returns the value of attribute max_time_seconds.

Returns:

  • (::Integer)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def max_time_seconds
  @max_time_seconds
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def reason
  @reason
end

#state"RUNNABLE"

Returns the value of attribute state.

Returns:

  • ("RUNNABLE")


1005
1006
1007
# File 'sig/types.rbs', line 1005

def state
  @state
end