| 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.AttributeKey
Description
Synopsis
Documentation
data AttributeKey Source #
A unique identifier for an attribute.
See: newAttributeKey smart constructor.
Constructors
| AttributeKey' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> AttributeKey |
Create a value of AttributeKey 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:schemaArn:AttributeKey', attributeKey_schemaArn - The Amazon Resource Name (ARN) of the schema that contains the facet and
attribute.
$sel:facetName:AttributeKey', attributeKey_facetName - The name of the facet that the attribute exists within.
$sel:name:AttributeKey', attributeKey_name - The name of the attribute.
attributeKey_schemaArn :: Lens' AttributeKey Text Source #
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
attributeKey_facetName :: Lens' AttributeKey Text Source #
The name of the facet that the attribute exists within.
attributeKey_name :: Lens' AttributeKey Text Source #
The name of the attribute.