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

Description

 
Synopsis

Documentation

data ThousandSeparatorOptions Source #

The options that determine the thousands separator configuration.

See: newThousandSeparatorOptions smart constructor.

Constructors

ThousandSeparatorOptions' 

Fields

Instances

Instances details
FromJSON ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

ToJSON ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Generic ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Associated Types

type Rep ThousandSeparatorOptions :: Type -> Type #

Read ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Show ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

NFData ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Eq ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Hashable ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

type Rep ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

type Rep ThousandSeparatorOptions = D1 ('MetaData "ThousandSeparatorOptions" "Amazonka.QuickSight.Types.ThousandSeparatorOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ThousandSeparatorOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "symbol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericSeparatorSymbol)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newThousandSeparatorOptions :: ThousandSeparatorOptions Source #

Create a value of ThousandSeparatorOptions 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:symbol:ThousandSeparatorOptions', thousandSeparatorOptions_symbol - Determines the thousands separator symbol.

$sel:visibility:ThousandSeparatorOptions', thousandSeparatorOptions_visibility - Determines the visibility of the thousands separator.

thousandSeparatorOptions_visibility :: Lens' ThousandSeparatorOptions (Maybe Visibility) Source #

Determines the visibility of the thousands separator.