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

Description

 
Synopsis

Documentation

data ObjectAttributeRange Source #

A range of attributes.

See: newObjectAttributeRange smart constructor.

Constructors

ObjectAttributeRange' 

Fields

Instances

Instances details
Eq ObjectAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeRange

Read ObjectAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeRange

Show ObjectAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeRange

Generic ObjectAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeRange

Associated Types

type Rep ObjectAttributeRange :: Type -> Type #

NFData ObjectAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeRange

Methods

rnf :: ObjectAttributeRange -> () #

Hashable ObjectAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeRange

ToJSON ObjectAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeRange

type Rep ObjectAttributeRange Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeRange

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

newObjectAttributeRange :: ObjectAttributeRange Source #

Create a value of ObjectAttributeRange 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:range:ObjectAttributeRange', objectAttributeRange_range - The range of attribute values being selected.

$sel:attributeKey:ObjectAttributeRange', objectAttributeRange_attributeKey - The key of the attribute that the attribute range covers.

objectAttributeRange_attributeKey :: Lens' ObjectAttributeRange (Maybe AttributeKey) Source #

The key of the attribute that the attribute range covers.