Execution

case class Execution(arn: String, startTime: DateTime)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def endTime(steps: StepFunctions): Option[DateTime]
def input(steps: StepFunctions): String
def output(steps: StepFunctions): Option[String]
def stepStatus(name: String)(steps: StepFunctions): ExecutionStatus

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val name: String