| 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.ThousandSeparatorOptions
Description
Synopsis
Documentation
data ThousandSeparatorOptions Source #
The options that determine the thousands separator configuration.
See: newThousandSeparatorOptions smart constructor.
Constructors
| ThousandSeparatorOptions' | |
Fields 
  | |
Instances
newThousandSeparatorOptions :: ThousandSeparatorOptions Source #
Create a value of ThousandSeparatorOptions 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:symbol:ThousandSeparatorOptions', thousandSeparatorOptions_symbol - Determines the thousands separator symbol.
$sel:visibility:ThousandSeparatorOptions', thousandSeparatorOptions_visibility - Determines the visibility of the thousands separator.
thousandSeparatorOptions_symbol :: Lens' ThousandSeparatorOptions (Maybe NumericSeparatorSymbol) Source #
Determines the thousands separator symbol.
thousandSeparatorOptions_visibility :: Lens' ThousandSeparatorOptions (Maybe Visibility) Source #
Determines the visibility of the thousands separator.