| 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.SSM.Types.InventoryItemAttribute
Description
Synopsis
Documentation
data InventoryItemAttribute Source #
Attributes are the entries within the inventory item content. It contains name and value.
See: newInventoryItemAttribute smart constructor.
Constructors
| InventoryItemAttribute' | |
Fields
| |
Instances
newInventoryItemAttribute Source #
Arguments
| :: Text | |
| -> InventoryAttributeDataType | |
| -> InventoryItemAttribute |
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.