| 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.LexV2Models.Types.ExportSortBy
Description
Documentation
data ExportSortBy Source #
Provides information about sorting a list of exports.
See: newExportSortBy smart constructor.
Constructors
| ExportSortBy' | |
Fields
| |
Instances
Arguments
| :: ExportSortAttribute | |
| -> SortOrder | |
| -> ExportSortBy |
Create a value of ExportSortBy 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:attribute:ExportSortBy', exportSortBy_attribute - The export field to use for sorting.
$sel:order:ExportSortBy', exportSortBy_order - The order to sort the list.
exportSortBy_attribute :: Lens' ExportSortBy ExportSortAttribute Source #
The export field to use for sorting.
exportSortBy_order :: Lens' ExportSortBy SortOrder Source #
The order to sort the list.