| 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.Batch.Types.KeyValuesPair
Description
Synopsis
Documentation
data KeyValuesPair Source #
A filter name and value pair that's used to return a more specific list
of results from a ListJobs API operation.
See: newKeyValuesPair smart constructor.
Constructors
| KeyValuesPair' | |
Instances
newKeyValuesPair :: KeyValuesPair Source #
Create a value of KeyValuesPair 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:name:KeyValuesPair', keyValuesPair_name - The name of the filter. Filter names are case sensitive.
$sel:values:KeyValuesPair', keyValuesPair_values - The filter values.
keyValuesPair_name :: Lens' KeyValuesPair (Maybe Text) Source #
The name of the filter. Filter names are case sensitive.
keyValuesPair_values :: Lens' KeyValuesPair (Maybe [Text]) Source #
The filter values.