class Aws::LicenseManager::Types::InventoryFilter

An inventory filter.

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

data as a hash:

    {
      name: "String", # required
      condition: "EQUALS", # required, accepts EQUALS, NOT_EQUALS, BEGINS_WITH, CONTAINS
      value: "String",
    }

@!attribute [rw] name

Name of the filter.
@return [String]

@!attribute [rw] condition

Condition of the filter.
@return [String]

@!attribute [rw] value

Value of the filter.
@return [String]

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

Constants

SENSITIVE