Class: Aws::Types::ExecutionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#most_recent_execution_message::String

Returns the value of attribute most_recent_execution_message.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def most_recent_execution_message
  @most_recent_execution_message
end

#most_recent_execution_status"InProgress", ...

Returns the value of attribute most_recent_execution_status.

Returns:

  • ("InProgress", "Successful", "Error", "CancelStarted", "Canceled")


606
607
608
# File 'sig/types.rbs', line 606

def most_recent_execution_status
  @most_recent_execution_status
end

#most_recent_execution_time::Time

Returns the value of attribute most_recent_execution_time.

Returns:

  • (::Time)


605
606
607
# File 'sig/types.rbs', line 605

def most_recent_execution_time
  @most_recent_execution_time
end