class Aws::Inspector2::Types::FindingTypeAggregation
The details that define an aggregation based on finding type.
@note When making an API call, you may pass FindingTypeAggregation
data as a hash: { finding_type: "NETWORK_REACHABILITY", # accepts NETWORK_REACHABILITY, PACKAGE_VULNERABILITY resource_type: "AWS_EC2_INSTANCE", # accepts AWS_EC2_INSTANCE, AWS_ECR_CONTAINER_IMAGE sort_by: "CRITICAL", # accepts CRITICAL, HIGH, ALL sort_order: "ASC", # accepts ASC, DESC }
@!attribute [rw] finding_type
The finding type to aggregate. @return [String]
@!attribute [rw] resource_type
The resource type to aggregate. @return [String]
@!attribute [rw] sort_by
The value to sort results by. @return [String]
@!attribute [rw] sort_order
The order to sort results by. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/FindingTypeAggregation AWS API Documentation
Constants
- SENSITIVE