AggregationResponse
A structure that contains details about the results of an aggregation type.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- accountAggregation
-
An object that contains details about an aggregation response based on AWS account IDs.
Type: AccountAggregationResponse object
Required: No
- amiAggregation
-
An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).
Type: AmiAggregationResponse object
Required: No
- awsEcrContainerAggregation
-
An object that contains details about an aggregation response based on Amazon ECR container images.
Type: AwsEcrContainerAggregationResponse object
Required: No
- ec2InstanceAggregation
-
An object that contains details about an aggregation response based on Amazon EC2 instances.
Type: Ec2InstanceAggregationResponse object
Required: No
- findingTypeAggregation
-
An object that contains details about an aggregation response based on finding types.
Type: FindingTypeAggregationResponse object
Required: No
- imageLayerAggregation
-
An object that contains details about an aggregation response based on container image layers.
Type: ImageLayerAggregationResponse object
Required: No
- lambdaFunctionAggregation
-
An aggregation of findings by AWS Lambda function.
Type: LambdaFunctionAggregationResponse object
Required: No
- lambdaLayerAggregation
-
An aggregation of findings by AWS Lambda layer.
Type: LambdaLayerAggregationResponse object
Required: No
- packageAggregation
-
An object that contains details about an aggregation response based on operating system package type.
Type: PackageAggregationResponse object
Required: No
- repositoryAggregation
-
An object that contains details about an aggregation response based on Amazon ECR repositories.
Type: RepositoryAggregationResponse object
Required: No
- titleAggregation
-
An object that contains details about an aggregation response based on finding title.
Type: TitleAggregationResponse object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: