| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LicenseManager.Types.InventoryFilter
Description
Synopsis
Documentation
data InventoryFilter Source #
An inventory filter.
See: newInventoryFilter smart constructor.
Constructors
| InventoryFilter' | |
Instances
Arguments
| :: Text | |
| -> InventoryFilterCondition | |
| -> InventoryFilter |
Create a value of InventoryFilter with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:InventoryFilter', inventoryFilter_value - Value of the filter.
$sel:name:InventoryFilter', inventoryFilter_name - Name of the filter.
$sel:condition:InventoryFilter', inventoryFilter_condition - Condition of the filter.
inventoryFilter_value :: Lens' InventoryFilter (Maybe Text) Source #
Value of the filter.
inventoryFilter_name :: Lens' InventoryFilter Text Source #
Name of the filter.
inventoryFilter_condition :: Lens' InventoryFilter InventoryFilterCondition Source #
Condition of the filter.