/AWS1/CL_MGNJOBPOSTLAUNCHACT00¶
Launch Status of the Job Post Launch Actions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_ssmdocument TYPE REF TO /AWS1/CL_MGNSSMDOCUMENT /AWS1/CL_MGNSSMDOCUMENT¶
AWS Systems Manager's Document of the of the Job Post Launch Actions.
iv_ssmdocumenttype TYPE /AWS1/MGNSSMDOCUMENTTYPE /AWS1/MGNSSMDOCUMENTTYPE¶
AWS Systems Manager Document type.
iv_executionid TYPE /AWS1/MGNBOUNDEDSTRING /AWS1/MGNBOUNDEDSTRING¶
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
iv_executionstatus TYPE /AWS1/MGNPOSTLAUNCHACTEXECSTAT /AWS1/MGNPOSTLAUNCHACTEXECSTAT¶
AWS Systems Manager Document's execution status.
iv_failurereason TYPE /AWS1/MGNBOUNDEDSTRING /AWS1/MGNBOUNDEDSTRING¶
AWS Systems Manager Document's failure reason.
Queryable Attributes¶
ssmDocument¶
AWS Systems Manager's Document of the of the Job Post Launch Actions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSMDOCUMENT() |
Getter for SSMDOCUMENT |
ssmDocumentType¶
AWS Systems Manager Document type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSMDOCUMENTTYPE() |
Getter for SSMDOCUMENTTYPE, with configurable default |
ASK_SSMDOCUMENTTYPE() |
Getter for SSMDOCUMENTTYPE w/ exceptions if field has no val |
HAS_SSMDOCUMENTTYPE() |
Determine if SSMDOCUMENTTYPE has a value |
executionID¶
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONID() |
Getter for EXECUTIONID, with configurable default |
ASK_EXECUTIONID() |
Getter for EXECUTIONID w/ exceptions if field has no value |
HAS_EXECUTIONID() |
Determine if EXECUTIONID has a value |
executionStatus¶
AWS Systems Manager Document's execution status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONSTATUS() |
Getter for EXECUTIONSTATUS, with configurable default |
ASK_EXECUTIONSTATUS() |
Getter for EXECUTIONSTATUS w/ exceptions if field has no val |
HAS_EXECUTIONSTATUS() |
Determine if EXECUTIONSTATUS has a value |
failureReason¶
AWS Systems Manager Document's failure reason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_POSTLAUNCHACTSLAUNCHSTATLST¶
TYPES TT_POSTLAUNCHACTSLAUNCHSTATLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNJOBPOSTLAUNCHACT00 WITH DEFAULT KEY
.