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

Description

 
Synopsis

Documentation

data DataColor Source #

Determines the color that is applied to a particular data value.

See: newDataColor smart constructor.

Constructors

DataColor' 

Fields

Instances

Instances details
FromJSON DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

ToJSON DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Generic DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Associated Types

type Rep DataColor :: Type -> Type #

Read DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Show DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

NFData DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Methods

rnf :: DataColor -> () #

Eq DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Hashable DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

type Rep DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

type Rep DataColor = D1 ('MetaData "DataColor" "Amazonka.QuickSight.Types.DataColor" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataColor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newDataColor :: DataColor Source #

Create a value of DataColor 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:color:DataColor', dataColor_color - The color that is applied to the data value.

$sel:dataValue:DataColor', dataColor_dataValue - The data value that the color is applied to.

dataColor_color :: Lens' DataColor (Maybe Text) Source #

The color that is applied to the data value.

dataColor_dataValue :: Lens' DataColor (Maybe Double) Source #

The data value that the color is applied to.