| 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.NumberFormatConfiguration
Description
Documentation
data NumberFormatConfiguration Source #
Formatting configuration for number fields.
See: newNumberFormatConfiguration smart constructor.
Constructors
| NumberFormatConfiguration' | |
Fields
| |
Instances
newNumberFormatConfiguration :: NumberFormatConfiguration Source #
Create a value of NumberFormatConfiguration 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:formatConfiguration:NumberFormatConfiguration', numberFormatConfiguration_formatConfiguration - The options that determine the numeric format configuration.
numberFormatConfiguration_formatConfiguration :: Lens' NumberFormatConfiguration (Maybe NumericFormatConfiguration) Source #
The options that determine the numeric format configuration.