/AWS1/CL_BDZENDSESSIONRESPONSE¶
EndSessionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionid TYPE /AWS1/BDZUUID /AWS1/BDZUUID¶
The unique identifier of the session you ended.
iv_sessionarn TYPE /AWS1/BDZSESSIONARN /AWS1/BDZSESSIONARN¶
The Amazon Resource Name (ARN) of the session you ended.
iv_sessionstatus TYPE /AWS1/BDZSESSIONSTATUS /AWS1/BDZSESSIONSTATUS¶
The current status of the session you ended.
Queryable Attributes¶
sessionId¶
The unique identifier of the session you ended.
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 |
sessionArn¶
The Amazon Resource Name (ARN) of the session you ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONARN() |
Getter for SESSIONARN, with configurable default |
ASK_SESSIONARN() |
Getter for SESSIONARN w/ exceptions if field has no value |
HAS_SESSIONARN() |
Determine if SESSIONARN has a value |
sessionStatus¶
The current status of the session you ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONSTATUS() |
Getter for SESSIONSTATUS, with configurable default |
ASK_SESSIONSTATUS() |
Getter for SESSIONSTATUS w/ exceptions if field has no value |
HAS_SESSIONSTATUS() |
Determine if SESSIONSTATUS has a value |