/AWS1/CL_SFNSTARTEXECOUTPUT¶
StartExecutionOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_executionarn TYPE /AWS1/SFNARN /AWS1/SFNARN¶
The Amazon Resource Name (ARN) that identifies the execution.
iv_startdate TYPE /AWS1/SFNTIMESTAMP /AWS1/SFNTIMESTAMP¶
The date the execution is started.
Queryable Attributes¶
executionArn¶
The Amazon Resource Name (ARN) that identifies the execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONARN() |
Getter for EXECUTIONARN, with configurable default |
ASK_EXECUTIONARN() |
Getter for EXECUTIONARN w/ exceptions if field has no value |
HAS_EXECUTIONARN() |
Determine if EXECUTIONARN has a value |
startDate¶
The date the execution is started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTDATE() |
Getter for STARTDATE, with configurable default |
ASK_STARTDATE() |
Getter for STARTDATE w/ exceptions if field has no value |
HAS_STARTDATE() |
Determine if STARTDATE has a value |