ListedExecution

Returns properties of the execution that is specified.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique identifier for the execution of a workflow.

Link copied to clipboard

A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.

Link copied to clipboard

A container object for the session details that are associated with a workflow.

Link copied to clipboard

The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.

Functions

Link copied to clipboard
inline fun copy(block: ListedExecution.Builder.() -> Unit = {}): ListedExecution
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String