class Aws::Inspector2::Types::MapFilter

An object that describes details of a map filter.

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

data as a hash:

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

@!attribute [rw] comparison

The operator to use when comparing values in the filter.
@return [String]

@!attribute [rw] key

The tag key used in the filter.
@return [String]

@!attribute [rw] value

The tag value used in the filter.
@return [String]

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

Constants

SENSITIVE