/AWS1/CL_BDCSTOPCODEINTSESSRSP¶
StopCodeInterpreterSessionResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_codeinterpreteridentifier
TYPE /AWS1/BDCSTRING
/AWS1/BDCSTRING
¶
The identifier of the code interpreter.
iv_sessionid
TYPE /AWS1/BDCCODEINTERPTRSESSIONID
/AWS1/BDCCODEINTERPTRSESSIONID
¶
The identifier of the code interpreter session.
iv_lastupdatedat
TYPE /AWS1/BDCDATETIMESTAMP
/AWS1/BDCDATETIMESTAMP
¶
The timestamp when the code interpreter session was last updated.
Queryable Attributes¶
codeInterpreterIdentifier¶
The identifier of the code interpreter.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODEINTERPTRIDENTIFIER() |
Getter for CODEINTERPRETERIDENTIFIER, with configurable defa |
ASK_CODEINTERPTRIDENTIFIER() |
Getter for CODEINTERPRETERIDENTIFIER w/ exceptions if field |
HAS_CODEINTERPTRIDENTIFIER() |
Determine if CODEINTERPRETERIDENTIFIER has a value |
sessionId¶
The identifier of the code interpreter session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
lastUpdatedAt¶
The timestamp when the code interpreter session 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 |