/AWS1/CL_IN2AGGRRESPONSE¶
A structure that contains details about the results of an aggregation type.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_accountaggregation
TYPE REF TO /AWS1/CL_IN2ACCOUNTAGGRRSP
/AWS1/CL_IN2ACCOUNTAGGRRSP
¶
An object that contains details about an aggregation response based on Amazon Web Services account IDs.
io_amiaggregation
TYPE REF TO /AWS1/CL_IN2AMIAGGRRESPONSE
/AWS1/CL_IN2AMIAGGRRESPONSE
¶
An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).
io_awsecrcontaineraggr
TYPE REF TO /AWS1/CL_IN2AWSECRCONTAINERA00
/AWS1/CL_IN2AWSECRCONTAINERA00
¶
An object that contains details about an aggregation response based on Amazon ECR container images.
io_ec2instanceaggregation
TYPE REF TO /AWS1/CL_IN2EC2INSTAGGRRSP
/AWS1/CL_IN2EC2INSTAGGRRSP
¶
An object that contains details about an aggregation response based on Amazon EC2 instances.
io_findingtypeaggregation
TYPE REF TO /AWS1/CL_IN2FINDINGTYPEAGGRRSP
/AWS1/CL_IN2FINDINGTYPEAGGRRSP
¶
An object that contains details about an aggregation response based on finding types.
io_imagelayeraggregation
TYPE REF TO /AWS1/CL_IN2IMAGELAYERAGGRRSP
/AWS1/CL_IN2IMAGELAYERAGGRRSP
¶
An object that contains details about an aggregation response based on container image layers.
io_packageaggregation
TYPE REF TO /AWS1/CL_IN2PACKAGEAGGRRSP
/AWS1/CL_IN2PACKAGEAGGRRSP
¶
An object that contains details about an aggregation response based on operating system package type.
io_repositoryaggregation
TYPE REF TO /AWS1/CL_IN2REPOSITORYAGGRRSP
/AWS1/CL_IN2REPOSITORYAGGRRSP
¶
An object that contains details about an aggregation response based on Amazon ECR repositories.
io_titleaggregation
TYPE REF TO /AWS1/CL_IN2TITLEAGGRRESPONSE
/AWS1/CL_IN2TITLEAGGRRESPONSE
¶
An object that contains details about an aggregation response based on finding title.
io_lambdalayeraggregation
TYPE REF TO /AWS1/CL_IN2LAMBDALAYERAGGRRSP
/AWS1/CL_IN2LAMBDALAYERAGGRRSP
¶
An aggregation of findings by Amazon Web Services Lambda layer.
io_lambdafunctionaggregation
TYPE REF TO /AWS1/CL_IN2LAMBDAFUNCAGGRRSP
/AWS1/CL_IN2LAMBDAFUNCAGGRRSP
¶
An aggregation of findings by Amazon Web Services Lambda function.
io_coderepositoryaggregation
TYPE REF TO /AWS1/CL_IN2CODEREPOSITORYAG00
/AWS1/CL_IN2CODEREPOSITORYAG00
¶
An object that contains details about an aggregation response based on code repositories.
Queryable Attributes¶
accountAggregation¶
An object that contains details about an aggregation response based on Amazon Web Services account IDs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTAGGREGATION() |
Getter for ACCOUNTAGGREGATION |
amiAggregation¶
An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).
Accessible with the following methods¶
Method | Description |
---|---|
GET_AMIAGGREGATION() |
Getter for AMIAGGREGATION |
awsEcrContainerAggregation¶
An object that contains details about an aggregation response based on Amazon ECR container images.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AWSECRCONTAINERAGGR() |
Getter for AWSECRCONTAINERAGGREGATION |
ec2InstanceAggregation¶
An object that contains details about an aggregation response based on Amazon EC2 instances.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EC2INSTANCEAGGREGATION() |
Getter for EC2INSTANCEAGGREGATION |
findingTypeAggregation¶
An object that contains details about an aggregation response based on finding types.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FINDINGTYPEAGGREGATION() |
Getter for FINDINGTYPEAGGREGATION |
imageLayerAggregation¶
An object that contains details about an aggregation response based on container image layers.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMAGELAYERAGGREGATION() |
Getter for IMAGELAYERAGGREGATION |
packageAggregation¶
An object that contains details about an aggregation response based on operating system package type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PACKAGEAGGREGATION() |
Getter for PACKAGEAGGREGATION |
repositoryAggregation¶
An object that contains details about an aggregation response based on Amazon ECR repositories.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPOSITORYAGGREGATION() |
Getter for REPOSITORYAGGREGATION |
titleAggregation¶
An object that contains details about an aggregation response based on finding title.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TITLEAGGREGATION() |
Getter for TITLEAGGREGATION |
lambdaLayerAggregation¶
An aggregation of findings by Amazon Web Services Lambda layer.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAMBDALAYERAGGREGATION() |
Getter for LAMBDALAYERAGGREGATION |
lambdaFunctionAggregation¶
An aggregation of findings by Amazon Web Services Lambda function.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAMBDAFUNCTIONAGGR() |
Getter for LAMBDAFUNCTIONAGGREGATION |
codeRepositoryAggregation¶
An object that contains details about an aggregation response based on code repositories.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODEREPOSITORYAGGR() |
Getter for CODEREPOSITORYAGGREGATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AGGREGATIONRESPONSELIST
¶
TYPES TT_AGGREGATIONRESPONSELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2AGGRRESPONSE WITH DEFAULT KEY
.