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

Description

 
Synopsis

Documentation

data GradientStop Source #

Determines the gradient stop configuration.

See: newGradientStop smart constructor.

Constructors

GradientStop' 

Fields

Instances

Instances details
FromJSON GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

ToJSON GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Generic GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Associated Types

type Rep GradientStop :: Type -> Type #

Read GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Show GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

NFData GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Methods

rnf :: GradientStop -> () #

Eq GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Hashable GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

type Rep GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

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

newGradientStop Source #

Create a value of GradientStop 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:GradientStop', gradientStop_color - Determines the color.

$sel:dataValue:GradientStop', gradientStop_dataValue - Determines the data value.

$sel:gradientOffset:GradientStop', gradientStop_gradientOffset - Determines gradient offset value.

gradientStop_gradientOffset :: Lens' GradientStop Double Source #

Determines gradient offset value.