| 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.PercentageDisplayFormatConfiguration
Description
Synopsis
- data PercentageDisplayFormatConfiguration = PercentageDisplayFormatConfiguration' {
- decimalPlacesConfiguration :: Maybe DecimalPlacesConfiguration
- negativeValueConfiguration :: Maybe NegativeValueConfiguration
- nullValueFormatConfiguration :: Maybe NullValueFormatConfiguration
- prefix :: Maybe (Sensitive Text)
- separatorConfiguration :: Maybe NumericSeparatorConfiguration
- suffix :: Maybe (Sensitive Text)
- newPercentageDisplayFormatConfiguration :: PercentageDisplayFormatConfiguration
- percentageDisplayFormatConfiguration_decimalPlacesConfiguration :: Lens' PercentageDisplayFormatConfiguration (Maybe DecimalPlacesConfiguration)
- percentageDisplayFormatConfiguration_negativeValueConfiguration :: Lens' PercentageDisplayFormatConfiguration (Maybe NegativeValueConfiguration)
- percentageDisplayFormatConfiguration_nullValueFormatConfiguration :: Lens' PercentageDisplayFormatConfiguration (Maybe NullValueFormatConfiguration)
- percentageDisplayFormatConfiguration_prefix :: Lens' PercentageDisplayFormatConfiguration (Maybe Text)
- percentageDisplayFormatConfiguration_separatorConfiguration :: Lens' PercentageDisplayFormatConfiguration (Maybe NumericSeparatorConfiguration)
- percentageDisplayFormatConfiguration_suffix :: Lens' PercentageDisplayFormatConfiguration (Maybe Text)
Documentation
data PercentageDisplayFormatConfiguration Source #
The options that determine the percentage display format configuration.
See: newPercentageDisplayFormatConfiguration smart constructor.
Constructors
| PercentageDisplayFormatConfiguration' | |
Fields
| |
Instances
newPercentageDisplayFormatConfiguration :: PercentageDisplayFormatConfiguration Source #
Create a value of PercentageDisplayFormatConfiguration 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:decimalPlacesConfiguration:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_decimalPlacesConfiguration - The option that determines the decimal places configuration.
$sel:negativeValueConfiguration:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_negativeValueConfiguration - The options that determine the negative value configuration.
$sel:nullValueFormatConfiguration:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_nullValueFormatConfiguration - The options that determine the null value format configuration.
$sel:prefix:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_prefix - Determines the prefix value of the percentage format.
$sel:separatorConfiguration:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_separatorConfiguration - The options that determine the numeric separator configuration.
$sel:suffix:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_suffix - Determines the suffix value of the percentage format.
percentageDisplayFormatConfiguration_decimalPlacesConfiguration :: Lens' PercentageDisplayFormatConfiguration (Maybe DecimalPlacesConfiguration) Source #
The option that determines the decimal places configuration.
percentageDisplayFormatConfiguration_negativeValueConfiguration :: Lens' PercentageDisplayFormatConfiguration (Maybe NegativeValueConfiguration) Source #
The options that determine the negative value configuration.
percentageDisplayFormatConfiguration_nullValueFormatConfiguration :: Lens' PercentageDisplayFormatConfiguration (Maybe NullValueFormatConfiguration) Source #
The options that determine the null value format configuration.
percentageDisplayFormatConfiguration_prefix :: Lens' PercentageDisplayFormatConfiguration (Maybe Text) Source #
Determines the prefix value of the percentage format.
percentageDisplayFormatConfiguration_separatorConfiguration :: Lens' PercentageDisplayFormatConfiguration (Maybe NumericSeparatorConfiguration) Source #
The options that determine the numeric separator configuration.
percentageDisplayFormatConfiguration_suffix :: Lens' PercentageDisplayFormatConfiguration (Maybe Text) Source #
Determines the suffix value of the percentage format.