/AWS1/CL_WISSESSIONDATA¶
Information about the session.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionarn TYPE /AWS1/WISARN /AWS1/WISARN¶
The Amazon Resource Name (ARN) of the session.
iv_sessionid TYPE /AWS1/WISUUID /AWS1/WISUUID¶
The identifier of the session.
iv_name TYPE /AWS1/WISNAME /AWS1/WISNAME¶
The name of the session.
Optional arguments:¶
iv_description TYPE /AWS1/WISDESCRIPTION /AWS1/WISDESCRIPTION¶
The description of the session.
it_tags TYPE /AWS1/CL_WISTAGS_W=>TT_TAGS TT_TAGS¶
The tags used to organize, track, or control access for this resource.
io_integrationconfiguration TYPE REF TO /AWS1/CL_WISSESSINTEGRATIONC00 /AWS1/CL_WISSESSINTEGRATIONC00¶
The configuration information for the session integration.
Queryable Attributes¶
sessionArn¶
The Amazon Resource Name (ARN) of the 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 |
sessionId¶
The identifier of the 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 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 |
description¶
The description of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
tags¶
The tags used to organize, track, or control access for this resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
integrationConfiguration¶
The configuration information for the session integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATIONCONFIGURATION() |
Getter for INTEGRATIONCONFIGURATION |