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 ListJobsSortCriteria Source #
Specifies criteria for sorting the results of a request for information about classification jobs.
See: newListJobsSortCriteria
smart constructor.
ListJobsSortCriteria' | |
|
Instances
newListJobsSortCriteria :: ListJobsSortCriteria Source #
Create a value of ListJobsSortCriteria
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:orderBy:ListJobsSortCriteria'
, listJobsSortCriteria_orderBy
- The sort order to apply to the results, based on the value for the
property specified by the attributeName property. Valid values are: ASC,
sort the results in ascending order; and, DESC, sort the results in
descending order.
$sel:attributeName:ListJobsSortCriteria'
, listJobsSortCriteria_attributeName
- The property to sort the results by.
listJobsSortCriteria_orderBy :: Lens' ListJobsSortCriteria (Maybe OrderBy) Source #
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
listJobsSortCriteria_attributeName :: Lens' ListJobsSortCriteria (Maybe ListJobsSortAttributeName) Source #
The property to sort the results by.