Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data AttributeKey Source #
A unique identifier for an attribute.
See: newAttributeKey
smart constructor.
Instances
:: 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.