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


1055
1056
1057
# File 'sig/types.rbs', line 1055

def action
  @action
end

#max_time_seconds::Integer

Returns the value of attribute max_time_seconds.

Returns:

  • (::Integer)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def max_time_seconds
  @max_time_seconds
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def reason
  @reason
end

#state"RUNNABLE"

Returns the value of attribute state.

Returns:

  • ("RUNNABLE")


1053
1054
1055
# File 'sig/types.rbs', line 1053

def state
  @state
end