/AWS1/CL_WADWORKLOADPROFILE¶
The profile associated with a workload.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_profilearn TYPE /AWS1/WADPROFILEARN /AWS1/WADPROFILEARN¶
The profile ARN.
iv_profileversion TYPE /AWS1/WADPROFILEVERSION /AWS1/WADPROFILEVERSION¶
The profile version.
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 | 
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WORKLOADPROFILES¶
TYPES TT_WORKLOADPROFILES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADWORKLOADPROFILE WITH DEFAULT KEY
.