| 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.AttributeKeyAndValue
Description
Documentation
data AttributeKeyAndValue Source #
The combination of an attribute key and an attribute value.
See: newAttributeKeyAndValue smart constructor.
Constructors
| AttributeKeyAndValue' | |
Fields
| |
Instances
newAttributeKeyAndValue Source #
Arguments
| :: AttributeKey | |
| -> TypedAttributeValue | |
| -> AttributeKeyAndValue |
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.
attributeKeyAndValue_key :: Lens' AttributeKeyAndValue AttributeKey Source #
The key of the attribute.
attributeKeyAndValue_value :: Lens' AttributeKeyAndValue TypedAttributeValue Source #
The value of the attribute.