/AWS1/CL_IN2PACKAGEAGGRRSP¶
A response that contains the results of a finding aggregation by image layer.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_packagename TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The name of the operating system package.
Optional arguments:¶
iv_accountid TYPE /AWS1/IN2ACCOUNTID /AWS1/IN2ACCOUNTID¶
The ID of the Amazon Web Services account associated with the findings.
io_severitycounts TYPE REF TO /AWS1/CL_IN2SEVERITYCOUNTS /AWS1/CL_IN2SEVERITYCOUNTS¶
An object that contains the count of matched findings per severity.
Queryable Attributes¶
packageName¶
The name of the operating system package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGENAME() |
Getter for PACKAGENAME, with configurable default |
ASK_PACKAGENAME() |
Getter for PACKAGENAME w/ exceptions if field has no value |
HAS_PACKAGENAME() |
Determine if PACKAGENAME has a value |
accountId¶
The ID of the Amazon Web Services account associated with the findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
severityCounts¶
An object that contains the count of matched findings per severity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITYCOUNTS() |
Getter for SEVERITYCOUNTS |