/AWS1/CL_CTTBASELINEOPERATION¶
An object of shape BaselineOperation, returning details about the specified Baseline operation ID.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_operationidentifier TYPE /AWS1/CTTOPERATIONIDENTIFIER /AWS1/CTTOPERATIONIDENTIFIER¶
The identifier of the specified operation.
iv_operationtype TYPE /AWS1/CTTBASELINEOPERATIONTYPE /AWS1/CTTBASELINEOPERATIONTYPE¶
An enumerated type (
enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.
iv_status TYPE /AWS1/CTTBASELINEOPSTATUS /AWS1/CTTBASELINEOPSTATUS¶
An enumerated type (
enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS.
iv_starttime TYPE /AWS1/CTTTIMESTAMP /AWS1/CTTTIMESTAMP¶
The start time of the operation, in ISO 8601 format.
iv_endtime TYPE /AWS1/CTTTIMESTAMP /AWS1/CTTTIMESTAMP¶
The end time of the operation (if applicable), in ISO 8601 format.
iv_statusmessage TYPE /AWS1/CTTSTRING /AWS1/CTTSTRING¶
A status message that gives more information about the operation's status, if applicable.
Queryable Attributes¶
operationIdentifier¶
The identifier of the specified operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONIDENTIFIER() |
Getter for OPERATIONIDENTIFIER, with configurable default |
ASK_OPERATIONIDENTIFIER() |
Getter for OPERATIONIDENTIFIER w/ exceptions if field has no |
HAS_OPERATIONIDENTIFIER() |
Determine if OPERATIONIDENTIFIER has a value |
operationType¶
An enumerated type (
enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONTYPE() |
Getter for OPERATIONTYPE, with configurable default |
ASK_OPERATIONTYPE() |
Getter for OPERATIONTYPE w/ exceptions if field has no value |
HAS_OPERATIONTYPE() |
Determine if OPERATIONTYPE has a value |
status¶
An enumerated type (
enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS.
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 |
startTime¶
The start time of the operation, in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The end time of the operation (if applicable), in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
statusMessage¶
A status message that gives more information about the operation's status, if applicable.
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 |