Class: Aws::Types::EvaluateOnExit

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


833
834
835
# File 'sig/types.rbs', line 833

def action
  @action
end

#on_exit_code::String

Returns the value of attribute on_exit_code.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def on_exit_code
  @on_exit_code
end

#on_reason::String

Returns the value of attribute on_reason.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def on_reason
  @on_reason
end

#on_status_reason::String

Returns the value of attribute on_status_reason.

Returns:

  • (::String)


830
831
832
# File 'sig/types.rbs', line 830

def on_status_reason
  @on_status_reason
end