/AWS1/CL_WADCONSOLIDATEDRPTM00¶
A metric that contributes to the consolidated report.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metrictype TYPE /AWS1/WADMETRICTYPE /AWS1/WADMETRICTYPE¶
The metric type of a metric in the consolidated report. Currently only WORKLOAD metric types are supported.
it_riskcounts TYPE /AWS1/CL_WADRISKCOUNTS_W=>TT_RISKCOUNTS TT_RISKCOUNTS¶
A map from risk names to the count of how many questions have that rating.
iv_workloadid TYPE /AWS1/WADWORKLOADID /AWS1/WADWORKLOADID¶
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
iv_workloadname TYPE /AWS1/WADWORKLOADNAME /AWS1/WADWORKLOADNAME¶
The name of the workload.
The name must be unique within an account within an Amazon Web Services Region. Spaces and capitalization are ignored when checking for uniqueness.
iv_workloadarn TYPE /AWS1/WADWORKLOADARN /AWS1/WADWORKLOADARN¶
The ARN for the workload.
iv_updatedat TYPE /AWS1/WADTIMESTAMP /AWS1/WADTIMESTAMP¶
The date and time recorded.
it_lenses TYPE /AWS1/CL_WADLENSMETRIC=>TT_LENSMETRICS TT_LENSMETRICS¶
The metrics for the lenses in the workload.
iv_lensesappliedcount TYPE /AWS1/WADLENSESAPPLIEDCOUNT /AWS1/WADLENSESAPPLIEDCOUNT¶
The total number of lenses applied to the workload.
Queryable Attributes¶
MetricType¶
The metric type of a metric in the consolidated report. Currently only WORKLOAD metric types are supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICTYPE() |
Getter for METRICTYPE, with configurable default |
ASK_METRICTYPE() |
Getter for METRICTYPE w/ exceptions if field has no value |
HAS_METRICTYPE() |
Determine if METRICTYPE has a value |
RiskCounts¶
A map from risk names to the count of how many questions have that rating.
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 |
WorkloadId¶
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADID() |
Getter for WORKLOADID, with configurable default |
ASK_WORKLOADID() |
Getter for WORKLOADID w/ exceptions if field has no value |
HAS_WORKLOADID() |
Determine if WORKLOADID has a value |
WorkloadName¶
The name of the workload.
The name must be unique within an account within an Amazon Web Services Region. Spaces and capitalization are ignored when checking for uniqueness.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADNAME() |
Getter for WORKLOADNAME, with configurable default |
ASK_WORKLOADNAME() |
Getter for WORKLOADNAME w/ exceptions if field has no value |
HAS_WORKLOADNAME() |
Determine if WORKLOADNAME has a value |
WorkloadArn¶
The ARN for the workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADARN() |
Getter for WORKLOADARN, with configurable default |
ASK_WORKLOADARN() |
Getter for WORKLOADARN w/ exceptions if field has no value |
HAS_WORKLOADARN() |
Determine if WORKLOADARN has a value |
UpdatedAt¶
The date and time recorded.
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 |
Lenses¶
The metrics for the lenses in the workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSES() |
Getter for LENSES, with configurable default |
ASK_LENSES() |
Getter for LENSES w/ exceptions if field has no value |
HAS_LENSES() |
Determine if LENSES has a value |
LensesAppliedCount¶
The total number of lenses applied to the workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSESAPPLIEDCOUNT() |
Getter for LENSESAPPLIEDCOUNT, with configurable default |
ASK_LENSESAPPLIEDCOUNT() |
Getter for LENSESAPPLIEDCOUNT w/ exceptions if field has no |
HAS_LENSESAPPLIEDCOUNT() |
Determine if LENSESAPPLIEDCOUNT 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_CONSOLIDATEDREPORTMETRICS¶
TYPES TT_CONSOLIDATEDREPORTMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADCONSOLIDATEDRPTM00 WITH DEFAULT KEY
.