libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Instances details
Eq InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Read InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Show InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Generic InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Associated Types

type Rep InventoryItemAttribute :: Type -> Type #

NFData InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Methods

rnf :: InventoryItemAttribute -> () #

Hashable InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

FromJSON InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

type Rep InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

type Rep InventoryItemAttribute = D1 ('MetaData "InventoryItemAttribute" "Amazonka.SSM.Types.InventoryItemAttribute" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "InventoryItemAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InventoryAttributeDataType)))

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.