| 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.NumericSeparatorConfiguration
Description
Synopsis
- data NumericSeparatorConfiguration = NumericSeparatorConfiguration' {}
 - newNumericSeparatorConfiguration :: NumericSeparatorConfiguration
 - numericSeparatorConfiguration_decimalSeparator :: Lens' NumericSeparatorConfiguration (Maybe NumericSeparatorSymbol)
 - numericSeparatorConfiguration_thousandsSeparator :: Lens' NumericSeparatorConfiguration (Maybe ThousandSeparatorOptions)
 
Documentation
data NumericSeparatorConfiguration Source #
The options that determine the numeric separator configuration.
See: newNumericSeparatorConfiguration smart constructor.
Constructors
| NumericSeparatorConfiguration' | |
Fields 
  | |
Instances
newNumericSeparatorConfiguration :: NumericSeparatorConfiguration Source #
Create a value of NumericSeparatorConfiguration 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:decimalSeparator:NumericSeparatorConfiguration', numericSeparatorConfiguration_decimalSeparator - Determines the decimal separator.
$sel:thousandsSeparator:NumericSeparatorConfiguration', numericSeparatorConfiguration_thousandsSeparator - The options that determine the thousands separator configuration.
numericSeparatorConfiguration_decimalSeparator :: Lens' NumericSeparatorConfiguration (Maybe NumericSeparatorSymbol) Source #
Determines the decimal separator.
numericSeparatorConfiguration_thousandsSeparator :: Lens' NumericSeparatorConfiguration (Maybe ThousandSeparatorOptions) Source #
The options that determine the thousands separator configuration.