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

Description

 
Synopsis

Documentation

data TypedLinkAttributeRange Source #

Identifies the range of attributes that are used by a specified filter.

See: newTypedLinkAttributeRange smart constructor.

Constructors

TypedLinkAttributeRange' 

Fields

Instances

Instances details
Eq TypedLinkAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeRange

Read TypedLinkAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeRange

Show TypedLinkAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeRange

Generic TypedLinkAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeRange

Associated Types

type Rep TypedLinkAttributeRange :: Type -> Type #

NFData TypedLinkAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeRange

Methods

rnf :: TypedLinkAttributeRange -> () #

Hashable TypedLinkAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeRange

ToJSON TypedLinkAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeRange

type Rep TypedLinkAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeRange

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

newTypedLinkAttributeRange Source #

Create a value of TypedLinkAttributeRange 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:attributeName:TypedLinkAttributeRange', typedLinkAttributeRange_attributeName - The unique name of the typed link attribute.

$sel:range:TypedLinkAttributeRange', typedLinkAttributeRange_range - The range of attribute values that are being selected.

typedLinkAttributeRange_attributeName :: Lens' TypedLinkAttributeRange (Maybe Text) Source #

The unique name of the typed link attribute.

typedLinkAttributeRange_range :: Lens' TypedLinkAttributeRange TypedAttributeValueRange Source #

The range of attribute values that are being selected.