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

Description

 
Synopsis

Documentation

data DataPathValue Source #

The data path that needs to be sorted.

See: newDataPathValue smart constructor.

Constructors

DataPathValue' 

Fields

Instances

Instances details
FromJSON DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

ToJSON DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

Generic DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

Associated Types

type Rep DataPathValue :: Type -> Type #

Show DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

NFData DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

Methods

rnf :: DataPathValue -> () #

Eq DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

Hashable DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

type Rep DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

type Rep DataPathValue = D1 ('MetaData "DataPathValue" "Amazonka.QuickSight.Types.DataPathValue" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataPathValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fieldValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newDataPathValue Source #

Create a value of DataPathValue 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:fieldId:DataPathValue', dataPathValue_fieldId - The field ID of the field that needs to be sorted.

$sel:fieldValue:DataPathValue', dataPathValue_fieldValue - The actual value of the field that needs to be sorted.

dataPathValue_fieldId :: Lens' DataPathValue Text Source #

The field ID of the field that needs to be sorted.

dataPathValue_fieldValue :: Lens' DataPathValue Text Source #

The actual value of the field that needs to be sorted.