| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.NegativeValueConfiguration
Description
Documentation
data NegativeValueConfiguration Source #
The options that determine the negative value configuration.
See: newNegativeValueConfiguration smart constructor.
Constructors
| NegativeValueConfiguration' | |
Fields
| |
Instances
newNegativeValueConfiguration Source #
Arguments
| :: NegativeValueDisplayMode | |
| -> NegativeValueConfiguration |
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.