libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudDirectory.Types.FacetAttributeReference

Description

 
Synopsis

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.

Constructors

FacetAttributeReference' 

Fields

Instances

Instances details
Eq FacetAttributeReference Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeReference

Read FacetAttributeReference Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeReference

Show FacetAttributeReference Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeReference

Generic FacetAttributeReference Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeReference

Associated Types

type Rep FacetAttributeReference :: Type -> Type #

NFData FacetAttributeReference Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeReference

Methods

rnf :: FacetAttributeReference -> () #

Hashable FacetAttributeReference Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeReference

ToJSON FacetAttributeReference Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeReference

FromJSON FacetAttributeReference Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeReference

type Rep FacetAttributeReference Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeReference

type Rep FacetAttributeReference = D1 ('MetaData "FacetAttributeReference" "Amazonka.CloudDirectory.Types.FacetAttributeReference" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "FacetAttributeReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetFacetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFacetAttributeReference Source #

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.