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

Description

 
Synopsis

Documentation

data DecimalPlacesConfiguration Source #

The option that determines the decimal places configuration.

See: newDecimalPlacesConfiguration smart constructor.

Constructors

DecimalPlacesConfiguration' 

Fields

Instances

Instances details
FromJSON DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

ToJSON DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Generic DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Associated Types

type Rep DecimalPlacesConfiguration :: Type -> Type #

Read DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Show DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

NFData DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Eq DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Hashable DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

type Rep DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

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

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.