| 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.QuickSight.Types.ColumnSort
Description
Documentation
data ColumnSort Source #
The sort configuration for a column that is not used in a field well.
See: newColumnSort smart constructor.
Constructors
| ColumnSort' | |
Fields
| |
Instances
Arguments
| :: ColumnIdentifier | |
| -> SortDirection | |
| -> ColumnSort |
Create a value of ColumnSort 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:aggregationFunction:ColumnSort', columnSort_aggregationFunction - The aggregation function that is defined in the column sort.
$sel:sortBy:ColumnSort', columnSort_sortBy - Undocumented member.
$sel:direction:ColumnSort', columnSort_direction - The sort direction.
columnSort_aggregationFunction :: Lens' ColumnSort (Maybe AggregationFunction) Source #
The aggregation function that is defined in the column sort.
columnSort_sortBy :: Lens' ColumnSort ColumnIdentifier Source #
Undocumented member.
columnSort_direction :: Lens' ColumnSort SortDirection Source #
The sort direction.