/AWS1/CL_WADLENSREVIEWSUMMARY¶
A lens review summary of a workload.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_lensalias TYPE /AWS1/WADLENSALIAS /AWS1/WADLENSALIAS¶
LensAlias
iv_lensarn TYPE /AWS1/WADLENSARN /AWS1/WADLENSARN¶
The ARN for the lens.
iv_lensversion TYPE /AWS1/WADLENSVERSION /AWS1/WADLENSVERSION¶
The version of the lens.
iv_lensname TYPE /AWS1/WADLENSNAME /AWS1/WADLENSNAME¶
LensName
iv_lensstatus TYPE /AWS1/WADLENSSTATUS /AWS1/WADLENSSTATUS¶
The status of the lens.
iv_updatedat TYPE /AWS1/WADTIMESTAMP /AWS1/WADTIMESTAMP¶
UpdatedAt
it_riskcounts TYPE /AWS1/CL_WADRISKCOUNTS_W=>TT_RISKCOUNTS TT_RISKCOUNTS¶
RiskCounts
it_profiles TYPE /AWS1/CL_WADWORKLOADPROFILE=>TT_WORKLOADPROFILES TT_WORKLOADPROFILES¶
The profiles associated with the workload.
it_prioritizedriskcounts TYPE /AWS1/CL_WADRISKCOUNTS_W=>TT_RISKCOUNTS TT_RISKCOUNTS¶
PrioritizedRiskCounts
Queryable Attributes¶
LensAlias¶
LensAlias
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSALIAS() |
Getter for LENSALIAS, with configurable default |
ASK_LENSALIAS() |
Getter for LENSALIAS w/ exceptions if field has no value |
HAS_LENSALIAS() |
Determine if LENSALIAS has a value |
LensArn¶
The ARN for the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSARN() |
Getter for LENSARN, with configurable default |
ASK_LENSARN() |
Getter for LENSARN w/ exceptions if field has no value |
HAS_LENSARN() |
Determine if LENSARN has a value |
LensVersion¶
The version of the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSVERSION() |
Getter for LENSVERSION, with configurable default |
ASK_LENSVERSION() |
Getter for LENSVERSION w/ exceptions if field has no value |
HAS_LENSVERSION() |
Determine if LENSVERSION has a value |
LensName¶
LensName
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSNAME() |
Getter for LENSNAME, with configurable default |
ASK_LENSNAME() |
Getter for LENSNAME w/ exceptions if field has no value |
HAS_LENSNAME() |
Determine if LENSNAME has a value |
LensStatus¶
The status of the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSSTATUS() |
Getter for LENSSTATUS, with configurable default |
ASK_LENSSTATUS() |
Getter for LENSSTATUS w/ exceptions if field has no value |
HAS_LENSSTATUS() |
Determine if LENSSTATUS 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 |
RiskCounts¶
RiskCounts
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISKCOUNTS() |
Getter for RISKCOUNTS, with configurable default |
ASK_RISKCOUNTS() |
Getter for RISKCOUNTS w/ exceptions if field has no value |
HAS_RISKCOUNTS() |
Determine if RISKCOUNTS has a value |
Profiles¶
The profiles associated with the workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILES() |
Getter for PROFILES, with configurable default |
ASK_PROFILES() |
Getter for PROFILES w/ exceptions if field has no value |
HAS_PROFILES() |
Determine if PROFILES has a value |
PrioritizedRiskCounts¶
PrioritizedRiskCounts
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIORITIZEDRISKCOUNTS() |
Getter for PRIORITIZEDRISKCOUNTS, with configurable default |
ASK_PRIORITIZEDRISKCOUNTS() |
Getter for PRIORITIZEDRISKCOUNTS w/ exceptions if field has |
HAS_PRIORITIZEDRISKCOUNTS() |
Determine if PRIORITIZEDRISKCOUNTS 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_LENSREVIEWSUMMARIES¶
TYPES TT_LENSREVIEWSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADLENSREVIEWSUMMARY WITH DEFAULT KEY
.