class Aws::Transfer::Types::ListExecutionsResponse

@!attribute [rw] next_token

`ListExecutions` returns the `NextToken` parameter in the output.
You can then pass the `NextToken` parameter in a subsequent command
to continue listing additional executions.
@return [String]

@!attribute [rw] workflow_id

A unique identifier for the workflow.
@return [String]

@!attribute [rw] executions

Returns the details for each execution.

* **NextToken**\: returned from a call to several APIs, you can use
  pass it to a subsequent command to continue listing additional
  executions.

* **StartTime**\: timestamp indicating when the execution began.

* **Executions**\: details of the execution, including the execution
  ID, initial file location, and Service metadata.

* **Status**\: one of the following values: `IN_PROGRESS`,
  `COMPLETED`, `EXCEPTION`, `HANDLING_EXEPTION`.
@return [Array<Types::ListedExecution>]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/ListExecutionsResponse AWS API Documentation

Constants

SENSITIVE