/AWS1/CL_SSMGETEXECPREVIEWRSP¶
GetExecutionPreviewResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_executionpreviewid TYPE /AWS1/SSMEXECUTIONPREVIEWID /AWS1/SSMEXECUTIONPREVIEWID¶
The generated ID for the existing execution preview.
iv_endedat TYPE /AWS1/SSMDATETIME /AWS1/SSMDATETIME¶
A UTC timestamp indicating when the execution preview operation ended.
iv_status TYPE /AWS1/SSMEXECPREVIEWSTATUS /AWS1/SSMEXECPREVIEWSTATUS¶
The current status of the execution preview operation.
iv_statusmessage TYPE /AWS1/SSMSTRING /AWS1/SSMSTRING¶
Supplemental information about the current status of the execution preview.
io_executionpreview TYPE REF TO /AWS1/CL_SSMEXECUTIONPREVIEW /AWS1/CL_SSMEXECUTIONPREVIEW¶
ExecutionPreview
Queryable Attributes¶
ExecutionPreviewId¶
The generated ID for the existing execution preview.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONPREVIEWID() |
Getter for EXECUTIONPREVIEWID, with configurable default |
ASK_EXECUTIONPREVIEWID() |
Getter for EXECUTIONPREVIEWID w/ exceptions if field has no |
HAS_EXECUTIONPREVIEWID() |
Determine if EXECUTIONPREVIEWID has a value |
EndedAt¶
A UTC timestamp indicating when the execution preview operation ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
Status¶
The current status of the execution preview operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusMessage¶
Supplemental information about the current status of the execution preview.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
ExecutionPreview¶
ExecutionPreview
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONPREVIEW() |
Getter for EXECUTIONPREVIEW |