class Aws::Inspector2::Types::RepositoryAggregation
The details that define an aggregation based on repository.
@note When making an API call, you may pass RepositoryAggregation
data as a hash: { repositories: [ { comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS value: "StringInput", # required }, ], sort_by: "CRITICAL", # accepts CRITICAL, HIGH, ALL, AFFECTED_IMAGES sort_order: "ASC", # accepts ASC, DESC }
@!attribute [rw] repositories
The names of repositories 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/RepositoryAggregation AWS API Documentation
Constants
- SENSITIVE