| 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.SlotSortBy
Description
Synopsis
Documentation
data SlotSortBy Source #
Specifies attributes for sorting a list of bots.
See: newSlotSortBy smart constructor.
Constructors
| SlotSortBy' | |
Fields
| |
Instances
Arguments
| :: SlotSortAttribute | |
| -> SortOrder | |
| -> SlotSortBy |
Create a value of SlotSortBy 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:SlotSortBy', slotSortBy_attribute - The attribute to use to sort the list.
$sel:order:SlotSortBy', slotSortBy_order - The order to sort the list. You can choose ascending or descending.
slotSortBy_attribute :: Lens' SlotSortBy SlotSortAttribute Source #
The attribute to use to sort the list.
slotSortBy_order :: Lens' SlotSortBy SortOrder Source #
The order to sort the list. You can choose ascending or descending.