/AWS1/CL_WSWSESSLOGGERSUMMARY¶
The summary of the session logger resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionloggerarn TYPE /AWS1/WSWARN /AWS1/WSWARN¶
The ARN of the session logger resource.
Optional arguments:¶
io_logconfiguration TYPE REF TO /AWS1/CL_WSWLOGCONFIGURATION /AWS1/CL_WSWLOGCONFIGURATION¶
The configuration that specifies where the logs are fowarded.
iv_displayname TYPE /AWS1/WSWDISPLAYNAMESAFE /AWS1/WSWDISPLAYNAMESAFE¶
The human-readable display name.
iv_creationdate TYPE /AWS1/WSWTIMESTAMP /AWS1/WSWTIMESTAMP¶
The date the session logger resource was created.
Queryable Attributes¶
sessionLoggerArn¶
The ARN of the session logger resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONLOGGERARN() |
Getter for SESSIONLOGGERARN, with configurable default |
ASK_SESSIONLOGGERARN() |
Getter for SESSIONLOGGERARN w/ exceptions if field has no va |
HAS_SESSIONLOGGERARN() |
Determine if SESSIONLOGGERARN has a value |
logConfiguration¶
The configuration that specifies where the logs are fowarded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGCONFIGURATION() |
Getter for LOGCONFIGURATION |
displayName¶
The human-readable display name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
creationDate¶
The date the session logger resource was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SESSIONLOGGERLIST¶
TYPES TT_SESSIONLOGGERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSWSESSLOGGERSUMMARY WITH DEFAULT KEY
.