Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data InventoryItemAttribute Source #
Attributes are the entries within the inventory item content. It contains name and value.
See: newInventoryItemAttribute
smart constructor.
InventoryItemAttribute' | |
|
Instances
newInventoryItemAttribute Source #
Create a value of InventoryItemAttribute
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:name:InventoryItemAttribute'
, inventoryItemAttribute_name
- Name of the inventory item attribute.
$sel:dataType:InventoryItemAttribute'
, inventoryItemAttribute_dataType
- The data type of the inventory item attribute.
inventoryItemAttribute_name :: Lens' InventoryItemAttribute Text Source #
Name of the inventory item attribute.
inventoryItemAttribute_dataType :: Lens' InventoryItemAttribute InventoryAttributeDataType Source #
The data type of the inventory item attribute.