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
Documentation
data AttributeValueList Source #
Use the AttributeValueList to filter by string or integer values.
See: newAttributeValueList
smart constructor.
AttributeValueList' | |
|
Instances
newAttributeValueList :: AttributeValueList Source #
Create a value of AttributeValueList
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:stringValues:AttributeValueList'
, attributeValueList_stringValues
- The list of string values that the filter matches.
$sel:integerValues:AttributeValueList'
, attributeValueList_integerValues
- The list of integer values that the filter matches.
attributeValueList_stringValues :: Lens' AttributeValueList (Maybe [Text]) Source #
The list of string values that the filter matches.
attributeValueList_integerValues :: Lens' AttributeValueList (Maybe [Int]) Source #
The list of integer values that the filter matches.