| 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.NumericFormatConfiguration
Description
Synopsis
- data NumericFormatConfiguration = NumericFormatConfiguration' {}
- newNumericFormatConfiguration :: NumericFormatConfiguration
- numericFormatConfiguration_currencyDisplayFormatConfiguration :: Lens' NumericFormatConfiguration (Maybe CurrencyDisplayFormatConfiguration)
- numericFormatConfiguration_numberDisplayFormatConfiguration :: Lens' NumericFormatConfiguration (Maybe NumberDisplayFormatConfiguration)
- numericFormatConfiguration_percentageDisplayFormatConfiguration :: Lens' NumericFormatConfiguration (Maybe PercentageDisplayFormatConfiguration)
Documentation
data NumericFormatConfiguration Source #
The options that determine the numeric format configuration.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newNumericFormatConfiguration smart constructor.
Constructors
| NumericFormatConfiguration' | |
Fields
| |
Instances
newNumericFormatConfiguration :: NumericFormatConfiguration Source #
Create a value of NumericFormatConfiguration 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:currencyDisplayFormatConfiguration:NumericFormatConfiguration', numericFormatConfiguration_currencyDisplayFormatConfiguration - The options that determine the currency display format configuration.
$sel:numberDisplayFormatConfiguration:NumericFormatConfiguration', numericFormatConfiguration_numberDisplayFormatConfiguration - The options that determine the number display format configuration.
$sel:percentageDisplayFormatConfiguration:NumericFormatConfiguration', numericFormatConfiguration_percentageDisplayFormatConfiguration - The options that determine the percentage display format configuration.
numericFormatConfiguration_currencyDisplayFormatConfiguration :: Lens' NumericFormatConfiguration (Maybe CurrencyDisplayFormatConfiguration) Source #
The options that determine the currency display format configuration.
numericFormatConfiguration_numberDisplayFormatConfiguration :: Lens' NumericFormatConfiguration (Maybe NumberDisplayFormatConfiguration) Source #
The options that determine the number display format configuration.
numericFormatConfiguration_percentageDisplayFormatConfiguration :: Lens' NumericFormatConfiguration (Maybe PercentageDisplayFormatConfiguration) Source #
The options that determine the percentage display format configuration.