class Aws::Inspector2::Types::CoverageMapFilter

Contains details of a coverage map filter.

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

data as a hash:

    {
      comparison: "EQUALS", # required, accepts EQUALS
      key: "NonEmptyString", # required
      value: "NonEmptyString",
    }

@!attribute [rw] comparison

The operator to compare coverage on.
@return [String]

@!attribute [rw] key

The tag key associated with the coverage map filter.
@return [String]

@!attribute [rw] value

The tag value associated with the coverage map filter.
@return [String]

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

Constants

SENSITIVE