class Aws::Inspector2::Types::AmiAggregation
The details that define an aggregation based on Amazon machine images (AMIs).
@note When making an API call, you may pass AmiAggregation
data as a hash: { amis: [ { comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS value: "StringInput", # required }, ], sort_by: "CRITICAL", # accepts CRITICAL, HIGH, ALL, AFFECTED_INSTANCES sort_order: "ASC", # accepts ASC, DESC }
@!attribute [rw] amis
The IDs of AMIs to aggregate findings for. @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/AmiAggregation AWS API Documentation
Constants
- SENSITIVE