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 |
Synopsis
- data TypedLinkAttributeRange = TypedLinkAttributeRange' {}
- newTypedLinkAttributeRange :: TypedAttributeValueRange -> TypedLinkAttributeRange
- typedLinkAttributeRange_attributeName :: Lens' TypedLinkAttributeRange (Maybe Text)
- typedLinkAttributeRange_range :: Lens' TypedLinkAttributeRange TypedAttributeValueRange
Documentation
data TypedLinkAttributeRange Source #
Identifies the range of attributes that are used by a specified filter.
See: newTypedLinkAttributeRange
smart constructor.
TypedLinkAttributeRange' | |
|
Instances
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.