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.DataPathSort

Description

 
Synopsis

Documentation

data DataPathSort Source #

Allows data paths to be sorted by a specific data value.

See: newDataPathSort smart constructor.

Constructors

DataPathSort' 

Fields

Instances

Instances details
FromJSON DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

ToJSON DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

Generic DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

Associated Types

type Rep DataPathSort :: Type -> Type #

Show DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

NFData DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

Methods

rnf :: DataPathSort -> () #

Eq DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

Hashable DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

type Rep DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

type Rep DataPathSort = D1 ('MetaData "DataPathSort" "Amazonka.QuickSight.Types.DataPathSort" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataPathSort'" 'PrefixI 'True) (S1 ('MetaSel ('Just "direction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortDirection) :*: S1 ('MetaSel ('Just "sortPaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DataPathValue])))

newDataPathSort Source #

Create a value of DataPathSort 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:direction:DataPathSort', dataPathSort_direction - Determines the sort direction.

$sel:sortPaths:DataPathSort', dataPathSort_sortPaths - The list of data paths that need to be sorted.

dataPathSort_sortPaths :: Lens' DataPathSort [DataPathValue] Source #

The list of data paths that need to be sorted.