StateMachine

case class StateMachine(arn: String)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def definition(steps: StepFunctions): String
def delete(steps: StepFunctions): Unit
def execution(name: String)(steps: StepFunctions): Option[Execution]
def startExecution(input: String, name: String)(steps: StepFunctions): Execution
def update(definition: Option[String], roleArn: Option[String])(steps: StepFunctions): Unit

Inherited methods

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

Concrete fields

val name: String