amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.PivotTableSortBy

Description

 
Synopsis

Documentation

data PivotTableSortBy Source #

The sort by field for the field sort options.

See: newPivotTableSortBy smart constructor.

Constructors

PivotTableSortBy' 

Fields

Instances

Instances details
FromJSON PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

ToJSON PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

Generic PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

Associated Types

type Rep PivotTableSortBy :: Type -> Type #

Show PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

NFData PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

Methods

rnf :: PivotTableSortBy -> () #

Eq PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

Hashable PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

type Rep PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

type Rep PivotTableSortBy = D1 ('MetaData "PivotTableSortBy" "Amazonka.QuickSight.Types.PivotTableSortBy" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnSort)) :*: (S1 ('MetaSel ('Just "dataPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataPathSort)) :*: S1 ('MetaSel ('Just "field") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldSort)))))

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.