Class: Aws::Types::ServiceJobEvaluateOnExit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"RETRY", "EXIT"

Returns the value of attribute action.

Returns:

  • ("RETRY", "EXIT")


1438
1439
1440
# File 'sig/types.rbs', line 1438

def action
  @action
end

#on_status_reason::String

Returns the value of attribute on_status_reason.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def on_status_reason
  @on_status_reason
end