/AWS1/CL_WADPROFILESUMMARY¶
Summary of a profile.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_profilearn TYPE /AWS1/WADPROFILEARN /AWS1/WADPROFILEARN¶
The profile ARN.
iv_profileversion TYPE /AWS1/WADPROFILEVERSION /AWS1/WADPROFILEVERSION¶
The profile version.
iv_profilename TYPE /AWS1/WADPROFILENAME /AWS1/WADPROFILENAME¶
The profile name.
iv_profiledescription TYPE /AWS1/WADPROFILEDESCRIPTION /AWS1/WADPROFILEDESCRIPTION¶
The profile description.
iv_owner TYPE /AWS1/WADAWSACCOUNTID /AWS1/WADAWSACCOUNTID¶
Owner
iv_createdat TYPE /AWS1/WADTIMESTAMP /AWS1/WADTIMESTAMP¶
CreatedAt
iv_updatedat TYPE /AWS1/WADTIMESTAMP /AWS1/WADTIMESTAMP¶
UpdatedAt
Queryable Attributes¶
ProfileArn¶
The profile ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEARN() |
Getter for PROFILEARN, with configurable default |
ASK_PROFILEARN() |
Getter for PROFILEARN w/ exceptions if field has no value |
HAS_PROFILEARN() |
Determine if PROFILEARN has a value |
ProfileVersion¶
The profile version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEVERSION() |
Getter for PROFILEVERSION, with configurable default |
ASK_PROFILEVERSION() |
Getter for PROFILEVERSION w/ exceptions if field has no valu |
HAS_PROFILEVERSION() |
Determine if PROFILEVERSION has a value |
ProfileName¶
The profile name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILENAME() |
Getter for PROFILENAME, with configurable default |
ASK_PROFILENAME() |
Getter for PROFILENAME w/ exceptions if field has no value |
HAS_PROFILENAME() |
Determine if PROFILENAME has a value |
ProfileDescription¶
The profile description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEDESCRIPTION() |
Getter for PROFILEDESCRIPTION, with configurable default |
ASK_PROFILEDESCRIPTION() |
Getter for PROFILEDESCRIPTION w/ exceptions if field has no |
HAS_PROFILEDESCRIPTION() |
Determine if PROFILEDESCRIPTION has a value |
Owner¶
Owner
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNER() |
Getter for OWNER, with configurable default |
ASK_OWNER() |
Getter for OWNER w/ exceptions if field has no value |
HAS_OWNER() |
Determine if OWNER has a value |
CreatedAt¶
CreatedAt
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
UpdatedAt¶
UpdatedAt
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_PROFILESUMMARIES¶
TYPES TT_PROFILESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADPROFILESUMMARY WITH DEFAULT KEY
.