class Aws::Inspector2::Types::PackageAggregation

The details that define an aggregation based on operating system package type.

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

data as a hash:

    {
      package_names: [
        {
          comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
          value: "StringInput", # required
        },
      ],
      sort_by: "CRITICAL", # accepts CRITICAL, HIGH, ALL
      sort_order: "ASC", # accepts ASC, DESC
    }

@!attribute [rw] package_names

The names of packages to aggregate findings on.
@return [Array<Types::StringFilter>]

@!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/PackageAggregation AWS API Documentation

Constants

SENSITIVE