/AWS1/CL_BDCSTRTCODEINTSESSRSP¶
StartCodeInterpreterSessionResponse
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 unique identifier of the created code interpreter session.
iv_createdat
TYPE /AWS1/BDCDATETIMESTAMP
/AWS1/BDCDATETIMESTAMP
¶
The time at which the code interpreter session was created.
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 unique identifier of the created 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 |
createdAt¶
The time at which the code interpreter session was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |