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.AttributeNameAndValue

Description

 
Synopsis

Documentation

data AttributeNameAndValue Source #

Identifies the attribute name and value for a typed link.

See: newAttributeNameAndValue smart constructor.

Constructors

AttributeNameAndValue' 

Fields

Instances

Instances details
Eq AttributeNameAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeNameAndValue

Read AttributeNameAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeNameAndValue

Show AttributeNameAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeNameAndValue

Generic AttributeNameAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeNameAndValue

Associated Types

type Rep AttributeNameAndValue :: Type -> Type #

NFData AttributeNameAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeNameAndValue

Methods

rnf :: AttributeNameAndValue -> () #

Hashable AttributeNameAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeNameAndValue

ToJSON AttributeNameAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeNameAndValue

FromJSON AttributeNameAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeNameAndValue

type Rep AttributeNameAndValue Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.AttributeNameAndValue

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

newAttributeNameAndValue Source #

Create a value of AttributeNameAndValue 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:attributeName:AttributeNameAndValue', attributeNameAndValue_attributeName - The attribute name of the typed link.

$sel:value:AttributeNameAndValue', attributeNameAndValue_value - The value for the typed link.