Skip to content

/AWS1/CL_BDCGETCODEINTSESSRSP

GetCodeInterpreterSessionResponse

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_createdat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP

The time at which the code interpreter session was created.

Optional arguments:

iv_name TYPE /AWS1/BDCNAME /AWS1/BDCNAME

The name of the code interpreter session.

iv_sessiontimeoutseconds TYPE /AWS1/BDCCODEINTERPTRSESSTMOUT /AWS1/BDCCODEINTERPTRSESSTMOUT

The timeout period for the code interpreter session in seconds.

iv_status TYPE /AWS1/BDCCODEINTERPTRSESSTATUS /AWS1/BDCCODEINTERPTRSESSTATUS

The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.


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

name

The name of the code interpreter session.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME 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

sessionTimeoutSeconds

The timeout period for the code interpreter session in seconds.

Accessible with the following methods

Method Description
GET_SESSIONTIMEOUTSECONDS() Getter for SESSIONTIMEOUTSECONDS, with configurable default
ASK_SESSIONTIMEOUTSECONDS() Getter for SESSIONTIMEOUTSECONDS w/ exceptions if field has
HAS_SESSIONTIMEOUTSECONDS() Determine if SESSIONTIMEOUTSECONDS has a value

status

The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.

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