/AWS1/CL_MWSUPDATEWORKFLOWRSP¶
UpdateWorkflowResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_workflowarn TYPE /AWS1/MWSWORKFLOWARN /AWS1/MWSWORKFLOWARN¶
The Amazon Resource Name (ARN) of the updated workflow.
Optional arguments:¶
iv_modifiedat TYPE /AWS1/MWSTIMESTAMPVALUE /AWS1/MWSTIMESTAMPVALUE¶
The timestamp when the workflow was last modified, in ISO 8601 date-time format.
iv_workflowversion TYPE /AWS1/MWSWORKFLOWVERSION /AWS1/MWSWORKFLOWVERSION¶
The version identifier of the updated workflow.
it_warnings TYPE /AWS1/CL_MWSWARNINGMESSAGES_W=>TT_WARNINGMESSAGES TT_WARNINGMESSAGES¶
Warning messages generated during workflow update.
Queryable Attributes¶
WorkflowArn¶
The Amazon Resource Name (ARN) of the updated workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWARN() |
Getter for WORKFLOWARN, with configurable default |
ASK_WORKFLOWARN() |
Getter for WORKFLOWARN w/ exceptions if field has no value |
HAS_WORKFLOWARN() |
Determine if WORKFLOWARN has a value |
ModifiedAt¶
The timestamp when the workflow was last modified, in ISO 8601 date-time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFIEDAT() |
Getter for MODIFIEDAT, with configurable default |
ASK_MODIFIEDAT() |
Getter for MODIFIEDAT w/ exceptions if field has no value |
HAS_MODIFIEDAT() |
Determine if MODIFIEDAT has a value |
WorkflowVersion¶
The version identifier of the updated workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWVERSION() |
Getter for WORKFLOWVERSION, with configurable default |
ASK_WORKFLOWVERSION() |
Getter for WORKFLOWVERSION w/ exceptions if field has no val |
HAS_WORKFLOWVERSION() |
Determine if WORKFLOWVERSION has a value |
Warnings¶
Warning messages generated during workflow update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WARNINGS() |
Getter for WARNINGS, with configurable default |
ASK_WARNINGS() |
Getter for WARNINGS w/ exceptions if field has no value |
HAS_WARNINGS() |
Determine if WARNINGS has a value |