class Aws::Inspector2::Types::StringFilter

An object that describes the details of a string filter.

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

data as a hash:

    {
      comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
      value: "StringInput", # required
    }

@!attribute [rw] comparison

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

@!attribute [rw] value

The value to filter on.
@return [String]

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

Constants

SENSITIVE