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.FacetAttribute

Description

 
Synopsis

Documentation

data FacetAttribute Source #

An attribute that is associated with the Facet.

See: newFacetAttribute smart constructor.

Constructors

FacetAttribute' 

Fields

Instances

Instances details
Eq FacetAttribute Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttribute

Read FacetAttribute Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttribute

Show FacetAttribute Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttribute

Generic FacetAttribute Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttribute

Associated Types

type Rep FacetAttribute :: Type -> Type #

NFData FacetAttribute Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttribute

Methods

rnf :: FacetAttribute -> () #

Hashable FacetAttribute Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttribute

ToJSON FacetAttribute Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttribute

FromJSON FacetAttribute Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttribute

type Rep FacetAttribute Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttribute

type Rep FacetAttribute = D1 ('MetaData "FacetAttribute" "Amazonka.CloudDirectory.Types.FacetAttribute" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "FacetAttribute'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FacetAttributeReference)) :*: S1 ('MetaSel ('Just "attributeDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FacetAttributeDefinition))) :*: (S1 ('MetaSel ('Just "requiredBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequiredAttributeBehavior)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFacetAttribute Source #

Create a value of FacetAttribute 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:attributeReference:FacetAttribute', facetAttribute_attributeReference - An attribute reference that is associated with the attribute. See Attribute References for more information.

$sel:attributeDefinition:FacetAttribute', facetAttribute_attributeDefinition - A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

$sel:requiredBehavior:FacetAttribute', facetAttribute_requiredBehavior - The required behavior of the FacetAttribute.

$sel:name:FacetAttribute', facetAttribute_name - The name of the facet attribute.

facetAttribute_attributeReference :: Lens' FacetAttribute (Maybe FacetAttributeReference) Source #

An attribute reference that is associated with the attribute. See Attribute References for more information.

facetAttribute_attributeDefinition :: Lens' FacetAttribute (Maybe FacetAttributeDefinition) Source #

A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

facetAttribute_name :: Lens' FacetAttribute Text Source #

The name of the facet attribute.