amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.NumericFormatConfiguration

Description

 
Synopsis

Documentation

data NumericFormatConfiguration Source #

The options that determine the numeric format configuration.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newNumericFormatConfiguration smart constructor.

Constructors

NumericFormatConfiguration' 

Fields

Instances

Instances details
FromJSON NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

ToJSON NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

Generic NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

Associated Types

type Rep NumericFormatConfiguration :: Type -> Type #

Show NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

NFData NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

Eq NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

Hashable NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

type Rep NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

type Rep NumericFormatConfiguration = D1 ('MetaData "NumericFormatConfiguration" "Amazonka.QuickSight.Types.NumericFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumericFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "currencyDisplayFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrencyDisplayFormatConfiguration)) :*: (S1 ('MetaSel ('Just "numberDisplayFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberDisplayFormatConfiguration)) :*: S1 ('MetaSel ('Just "percentageDisplayFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PercentageDisplayFormatConfiguration)))))

newNumericFormatConfiguration :: NumericFormatConfiguration Source #

Create a value of NumericFormatConfiguration 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:currencyDisplayFormatConfiguration:NumericFormatConfiguration', numericFormatConfiguration_currencyDisplayFormatConfiguration - The options that determine the currency display format configuration.

$sel:numberDisplayFormatConfiguration:NumericFormatConfiguration', numericFormatConfiguration_numberDisplayFormatConfiguration - The options that determine the number display format configuration.

$sel:percentageDisplayFormatConfiguration:NumericFormatConfiguration', numericFormatConfiguration_percentageDisplayFormatConfiguration - The options that determine the percentage display format configuration.