Class: Aws::Types::LaunchActionRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::LaunchAction

Returns the value of attribute action.

Returns:



608
609
610
# File 'sig/types.rbs', line 608

def action
  @action
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def failure_reason
  @failure_reason
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def run_id
  @run_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


610
611
612
# File 'sig/types.rbs', line 610

def status
  @status
end