class Aws::Inspector2::Types::AccountAggregation

An object that contains details about an aggregation response based on Amazon Web Services accounts.

@note When making an API call, you may pass AccountAggregation

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 type of finding.
@return [String]

@!attribute [rw] resource_type

The type of resource.
@return [String]

@!attribute [rw] sort_by

The value to sort by.
@return [String]

@!attribute [rw] sort_order

The sort order (ascending or descending).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/AccountAggregation AWS API Documentation

Constants

SENSITIVE