| 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.DecimalPlacesConfiguration
Description
Documentation
data DecimalPlacesConfiguration Source #
The option that determines the decimal places configuration.
See: newDecimalPlacesConfiguration smart constructor.
Constructors
| DecimalPlacesConfiguration' | |
Fields
| |
Instances
newDecimalPlacesConfiguration Source #
Create a value of DecimalPlacesConfiguration 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:decimalPlaces:DecimalPlacesConfiguration', decimalPlacesConfiguration_decimalPlaces - The values of the decimal places.
decimalPlacesConfiguration_decimalPlaces :: Lens' DecimalPlacesConfiguration Natural Source #
The values of the decimal places.