libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
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.CloudDirectory.Types.AttributeKeyAndValue

Description

 
Synopsis

Documentation

data AttributeKeyAndValue Source #

The combination of an attribute key and an attribute value.

See: newAttributeKeyAndValue smart constructor.

Constructors

AttributeKeyAndValue' 

Fields

Instances

Instances details
Eq AttributeKeyAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeKeyAndValue

Read AttributeKeyAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeKeyAndValue

Show AttributeKeyAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeKeyAndValue

Generic AttributeKeyAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeKeyAndValue

Associated Types

type Rep AttributeKeyAndValue :: Type -> Type #

NFData AttributeKeyAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeKeyAndValue

Methods

rnf :: AttributeKeyAndValue -> () #

Hashable AttributeKeyAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeKeyAndValue

ToJSON AttributeKeyAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeKeyAndValue

FromJSON AttributeKeyAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeKeyAndValue

type Rep AttributeKeyAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeKeyAndValue

type Rep AttributeKeyAndValue = D1 ('MetaData "AttributeKeyAndValue" "Amazonka.CloudDirectory.Types.AttributeKeyAndValue" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "AttributeKeyAndValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AttributeKey) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TypedAttributeValue)))

newAttributeKeyAndValue Source #

Create a value of AttributeKeyAndValue 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:key:AttributeKeyAndValue', attributeKeyAndValue_key - The key of the attribute.

$sel:value:AttributeKeyAndValue', attributeKeyAndValue_value - The value of the attribute.