class Aws::LicenseManager::Types::ProductInformationFilter

Describes product information filters.

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

data as a hash:

    {
      product_information_filter_name: "String", # required
      product_information_filter_value: ["String"],
      product_information_filter_comparator: "String", # required
    }

@!attribute [rw] product_information_filter_name

Filter name.
@return [String]

@!attribute [rw] product_information_filter_value

Filter value.
@return [Array<String>]

@!attribute [rw] product_information_filter_comparator

Logical operator.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ProductInformationFilter AWS API Documentation

Constants

SENSITIVE