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

Description

 
Synopsis

Documentation

data DataPathLabelType Source #

The option that specifies individual data values for labels.

See: newDataPathLabelType smart constructor.

Constructors

DataPathLabelType' 

Fields

Instances

Instances details
FromJSON DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

ToJSON DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

Generic DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

Associated Types

type Rep DataPathLabelType :: Type -> Type #

Show DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

NFData DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

Methods

rnf :: DataPathLabelType -> () #

Eq DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

Hashable DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

type Rep DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

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

newDataPathLabelType :: DataPathLabelType Source #

Create a value of DataPathLabelType 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:DataPathLabelType', dataPathLabelType_fieldId - The field ID of the field that the data label needs to be applied to.

$sel:fieldValue:DataPathLabelType', dataPathLabelType_fieldValue - The actual value of the field that is labeled.

$sel:visibility:DataPathLabelType', dataPathLabelType_visibility - The visibility of the data label.

dataPathLabelType_fieldId :: Lens' DataPathLabelType (Maybe Text) Source #

The field ID of the field that the data label needs to be applied to.

dataPathLabelType_fieldValue :: Lens' DataPathLabelType (Maybe Text) Source #

The actual value of the field that is labeled.