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

Description

 
Synopsis

Documentation

data TrendArrowOptions Source #

The options that determine the presentation of trend arrows in a KPI visual.

See: newTrendArrowOptions smart constructor.

Constructors

TrendArrowOptions' 

Fields

Instances

Instances details
FromJSON TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

ToJSON TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Generic TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Associated Types

type Rep TrendArrowOptions :: Type -> Type #

Read TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Show TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

NFData TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Methods

rnf :: TrendArrowOptions -> () #

Eq TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Hashable TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

type Rep TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

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

newTrendArrowOptions :: TrendArrowOptions Source #

Create a value of TrendArrowOptions 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:visibility:TrendArrowOptions', trendArrowOptions_visibility - The visibility of the trend arrows.