| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSMIncidents.Types.AttributeValueList
Description
Synopsis
Documentation
data AttributeValueList Source #
Use the AttributeValueList to filter by string or integer values.
See: newAttributeValueList smart constructor.
Constructors
| AttributeValueList' | |
Fields
| |
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:integerValues:AttributeValueList', attributeValueList_integerValues - The list of integer values that the filter matches.
$sel:stringValues:AttributeValueList', attributeValueList_stringValues - 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.
attributeValueList_stringValues :: Lens' AttributeValueList (Maybe [Text]) Source #
The list of string values that the filter matches.