/AWS1/CL_BDODELCODEINTERPTRRSP¶
DeleteCodeInterpreterResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_codeinterpreterid TYPE /AWS1/BDOCODEINTERPRETERID /AWS1/BDOCODEINTERPRETERID¶
The unique identifier of the deleted code interpreter.
iv_status TYPE /AWS1/BDOCODEINTERPRETERSTATUS /AWS1/BDOCODEINTERPRETERSTATUS¶
The current status of the code interpreter deletion.
iv_lastupdatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the code interpreter was last updated.
Queryable Attributes¶
codeInterpreterId¶
The unique identifier of the deleted code interpreter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEINTERPRETERID() |
Getter for CODEINTERPRETERID, with configurable default |
ASK_CODEINTERPRETERID() |
Getter for CODEINTERPRETERID w/ exceptions if field has no v |
HAS_CODEINTERPRETERID() |
Determine if CODEINTERPRETERID has a value |
status¶
The current status of the code interpreter deletion.
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 |
lastUpdatedAt¶
The timestamp when the code interpreter was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |