/AWS1/CL_WSWIPACCESSSTGSSUMM¶
The summary of IP access settings.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_ipaccesssettingsarn TYPE /AWS1/WSWARN /AWS1/WSWARN¶
The ARN of IP access settings.
Optional arguments:¶
iv_displayname TYPE /AWS1/WSWDISPLAYNAME /AWS1/WSWDISPLAYNAME¶
The display name of the IP access settings.
iv_description TYPE /AWS1/WSWDESCRIPTION /AWS1/WSWDESCRIPTION¶
The description of the IP access settings.
iv_creationdate TYPE /AWS1/WSWTIMESTAMP /AWS1/WSWTIMESTAMP¶
The creation date timestamp of the IP access settings.
Queryable Attributes¶
ipAccessSettingsArn¶
The ARN of IP access settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPACCESSSETTINGSARN() |
Getter for IPACCESSSETTINGSARN, with configurable default |
ASK_IPACCESSSETTINGSARN() |
Getter for IPACCESSSETTINGSARN w/ exceptions if field has no |
HAS_IPACCESSSETTINGSARN() |
Determine if IPACCESSSETTINGSARN has a value |
displayName¶
The display name of the IP access settings.
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 |
description¶
The description of the IP access settings.
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 |
creationDate¶
The creation date timestamp of the IP access settings.
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_IPACCESSSETTINGSLIST¶
TYPES TT_IPACCESSSETTINGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSWIPACCESSSTGSSUMM WITH DEFAULT KEY
.