/AWS1/CL_IN2AMIAGGRRESPONSE¶
A response that contains the results of a finding aggregation by AMI.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_ami TYPE /AWS1/IN2AMIID /AWS1/IN2AMIID¶
The ID of the AMI that findings were aggregated for.
Optional arguments:¶
iv_accountid TYPE /AWS1/IN2ACCOUNTID /AWS1/IN2ACCOUNTID¶
The Amazon Web Services account ID for the AMI.
io_severitycounts TYPE REF TO /AWS1/CL_IN2SEVERITYCOUNTS /AWS1/CL_IN2SEVERITYCOUNTS¶
An object that contains the count of matched findings per severity.
iv_affectedinstances TYPE /AWS1/IN2LONG /AWS1/IN2LONG¶
The IDs of Amazon EC2 instances using this AMI.
Queryable Attributes¶
ami¶
The ID of the AMI that findings were aggregated for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMI() |
Getter for AMI, with configurable default |
ASK_AMI() |
Getter for AMI w/ exceptions if field has no value |
HAS_AMI() |
Determine if AMI has a value |
accountId¶
The Amazon Web Services account ID for the AMI.
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 |
affectedInstances¶
The IDs of Amazon EC2 instances using this AMI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AFFECTEDINSTANCES() |
Getter for AFFECTEDINSTANCES, with configurable default |
ASK_AFFECTEDINSTANCES() |
Getter for AFFECTEDINSTANCES w/ exceptions if field has no v |
HAS_AFFECTEDINSTANCES() |
Determine if AFFECTEDINSTANCES has a value |