| 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.PivotTableSortBy
Description
Documentation
data PivotTableSortBy Source #
The sort by field for the field sort options.
See: newPivotTableSortBy smart constructor.
Constructors
| PivotTableSortBy' | |
Fields
| |
Instances
newPivotTableSortBy :: PivotTableSortBy Source #
Create a value of PivotTableSortBy 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:column:PivotTableSortBy', pivotTableSortBy_column - The column sort (field id, direction) for the pivot table sort by
options.
$sel:dataPath:PivotTableSortBy', pivotTableSortBy_dataPath - The data path sort (data path value, direction) for the pivot table sort
by options.
$sel:field:PivotTableSortBy', pivotTableSortBy_field - The field sort (field id, direction) for the pivot table sort by
options.
pivotTableSortBy_column :: Lens' PivotTableSortBy (Maybe ColumnSort) Source #
The column sort (field id, direction) for the pivot table sort by options.
pivotTableSortBy_dataPath :: Lens' PivotTableSortBy (Maybe DataPathSort) Source #
The data path sort (data path value, direction) for the pivot table sort by options.
pivotTableSortBy_field :: Lens' PivotTableSortBy (Maybe FieldSort) Source #
The field sort (field id, direction) for the pivot table sort by options.