| 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.ImportSortBy
Description
Documentation
data ImportSortBy Source #
Provides information for sorting a list of imports.
See: newImportSortBy smart constructor.
Constructors
| ImportSortBy' | |
Fields
| |
Instances
Arguments
| :: ImportSortAttribute | |
| -> SortOrder | |
| -> ImportSortBy |
Create a value of ImportSortBy 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:ImportSortBy', importSortBy_attribute - The export field to use for sorting.
$sel:order:ImportSortBy', importSortBy_order - The order to sort the list.
importSortBy_attribute :: Lens' ImportSortBy ImportSortAttribute Source #
The export field to use for sorting.
importSortBy_order :: Lens' ImportSortBy SortOrder Source #
The order to sort the list.