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

Description

 
Synopsis

Documentation

data NegativeValueConfiguration Source #

The options that determine the negative value configuration.

See: newNegativeValueConfiguration smart constructor.

Constructors

NegativeValueConfiguration' 

Fields

Instances

Instances details
FromJSON NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

ToJSON NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Generic NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Associated Types

type Rep NegativeValueConfiguration :: Type -> Type #

Read NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Show NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

NFData NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Eq NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Hashable NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

type Rep NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

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

newNegativeValueConfiguration Source #

Create a value of NegativeValueConfiguration 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:displayMode:NegativeValueConfiguration', negativeValueConfiguration_displayMode - Determines the display mode of the negative value configuration.

negativeValueConfiguration_displayMode :: Lens' NegativeValueConfiguration NegativeValueDisplayMode Source #

Determines the display mode of the negative value configuration.