| 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.CloudDirectory.Types.AttributeNameAndValue
Description
Documentation
data AttributeNameAndValue Source #
Identifies the attribute name and value for a typed link.
See: newAttributeNameAndValue smart constructor.
Constructors
| AttributeNameAndValue' | |
Fields
| |
Instances
newAttributeNameAndValue Source #
Arguments
| :: Text | |
| -> TypedAttributeValue | |
| -> AttributeNameAndValue |
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.
attributeNameAndValue_attributeName :: Lens' AttributeNameAndValue Text Source #
The attribute name of the typed link.
attributeNameAndValue_value :: Lens' AttributeNameAndValue TypedAttributeValue Source #
The value for the typed link.