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 |
Documentation
data FacetAttributeReference Source #
The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.
See: newFacetAttributeReference
smart constructor.
FacetAttributeReference' | |
|
Instances
newFacetAttributeReference Source #
:: Text | |
-> Text | |
-> FacetAttributeReference |
Create a value of FacetAttributeReference
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:targetFacetName:FacetAttributeReference'
, facetAttributeReference_targetFacetName
- The target facet name that is associated with the facet reference. See
Attribute References
for more information.
$sel:targetAttributeName:FacetAttributeReference'
, facetAttributeReference_targetAttributeName
- The target attribute name that is associated with the facet reference.
See
Attribute References
for more information.
facetAttributeReference_targetFacetName :: Lens' FacetAttributeReference Text Source #
The target facet name that is associated with the facet reference. See Attribute References for more information.
facetAttributeReference_targetAttributeName :: Lens' FacetAttributeReference Text Source #
The target attribute name that is associated with the facet reference. See Attribute References for more information.