class Aws::Inspector2::Types::TitleAggregation

The details that define an aggregation based on finding title.

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

data as a hash:

    {
      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
      titles: [
        {
          comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
          value: "StringInput", # required
        },
      ],
      vulnerability_ids: [
        {
          comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
          value: "StringInput", # required
        },
      ],
    }

@!attribute [rw] resource_type

The resource type to aggregate on.
@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]

@!attribute [rw] titles

The finding titles to aggregate on.
@return [Array<Types::StringFilter>]

@!attribute [rw] vulnerability_ids

The vulnerability IDs of the findings.
@return [Array<Types::StringFilter>]

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

Constants

SENSITIVE