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.NumberFormatConfiguration

Description

 
Synopsis

Documentation

data NumberFormatConfiguration Source #

Formatting configuration for number fields.

See: newNumberFormatConfiguration smart constructor.

Constructors

NumberFormatConfiguration' 

Fields

Instances

Instances details
FromJSON NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

ToJSON NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

Generic NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

Associated Types

type Rep NumberFormatConfiguration :: Type -> Type #

Show NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

NFData NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

Eq NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

Hashable NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

type Rep NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

type Rep NumberFormatConfiguration = D1 ('MetaData "NumberFormatConfiguration" "Amazonka.QuickSight.Types.NumberFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumberFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericFormatConfiguration))))

newNumberFormatConfiguration :: NumberFormatConfiguration Source #

Create a value of NumberFormatConfiguration 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:formatConfiguration:NumberFormatConfiguration', numberFormatConfiguration_formatConfiguration - The options that determine the numeric format configuration.