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


1445
1446
1447
# File 'sig/types.rbs', line 1445

def action
  @action
end

#on_status_reason::String

Returns the value of attribute on_status_reason.

Returns:

  • (::String)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def on_status_reason
  @on_status_reason
end