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 ObjectAttributeRange Source #
A range of attributes.
See: newObjectAttributeRange
smart constructor.
ObjectAttributeRange' | |
|
Instances
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_range :: Lens' ObjectAttributeRange (Maybe TypedAttributeValueRange) Source #
The range of attribute values being selected.
objectAttributeRange_attributeKey :: Lens' ObjectAttributeRange (Maybe AttributeKey) Source #
The key of the attribute that the attribute range covers.