/AWS1/CL_QQAUPDQAPPSESSMETOUT¶
UpdateQAppSessionMetadataOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionid TYPE /AWS1/QQAUUID /AWS1/QQAUUID¶
The unique identifier of the updated Q App session.
iv_sessionarn TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The Amazon Resource Name (ARN) of the updated Q App session.
io_sharingconfiguration TYPE REF TO /AWS1/CL_QQASESSIONSHARINGCONF /AWS1/CL_QQASESSIONSHARINGCONF¶
The new sharing configuration of the updated Q App data collection session.
Optional arguments:¶
iv_sessionname TYPE /AWS1/QQASESSIONNAME /AWS1/QQASESSIONNAME¶
The new name of the updated Q App session.
Queryable Attributes¶
sessionId¶
The unique identifier of the updated Q App 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 |
sessionArn¶
The Amazon Resource Name (ARN) of the updated Q App session.
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 |
sessionName¶
The new name of the updated Q App session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONNAME() |
Getter for SESSIONNAME, with configurable default |
ASK_SESSIONNAME() |
Getter for SESSIONNAME w/ exceptions if field has no value |
HAS_SESSIONNAME() |
Determine if SESSIONNAME has a value |
sharingConfiguration¶
The new sharing configuration of the updated Q App data collection session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHARINGCONFIGURATION() |
Getter for SHARINGCONFIGURATION |