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

Description

 
Synopsis

Documentation

data ComparisonFormatConfiguration Source #

The format of the comparison.

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

See: newComparisonFormatConfiguration smart constructor.

Instances

Instances details
FromJSON ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

ToJSON ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

Generic ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

Associated Types

type Rep ComparisonFormatConfiguration :: Type -> Type #

Show ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

NFData ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

Eq ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

Hashable ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

type Rep ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

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

newComparisonFormatConfiguration :: ComparisonFormatConfiguration Source #

Create a value of ComparisonFormatConfiguration 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:numberDisplayFormatConfiguration:ComparisonFormatConfiguration', comparisonFormatConfiguration_numberDisplayFormatConfiguration - The number display format.

$sel:percentageDisplayFormatConfiguration:ComparisonFormatConfiguration', comparisonFormatConfiguration_percentageDisplayFormatConfiguration - The percentage display format.