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

Description

 
Synopsis

Documentation

data DecimalValueWhenUnsetConfiguration Source #

The configuration that defines the default value of a Decimal parameter when a value has not been set.

See: newDecimalValueWhenUnsetConfiguration smart constructor.

Constructors

DecimalValueWhenUnsetConfiguration' 

Fields

Instances

Instances details
FromJSON DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

ToJSON DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

Generic DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

Associated Types

type Rep DecimalValueWhenUnsetConfiguration :: Type -> Type #

Show DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

NFData DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

Eq DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

Hashable DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

type Rep DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

type Rep DecimalValueWhenUnsetConfiguration = D1 ('MetaData "DecimalValueWhenUnsetConfiguration" "Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DecimalValueWhenUnsetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Double))) :*: S1 ('MetaSel ('Just "valueWhenUnsetOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValueWhenUnsetOption))))

newDecimalValueWhenUnsetConfiguration :: DecimalValueWhenUnsetConfiguration Source #

Create a value of DecimalValueWhenUnsetConfiguration 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:customValue:DecimalValueWhenUnsetConfiguration', decimalValueWhenUnsetConfiguration_customValue - A custom value that's used when the value of a parameter isn't set.

$sel:valueWhenUnsetOption:DecimalValueWhenUnsetConfiguration', decimalValueWhenUnsetConfiguration_valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

decimalValueWhenUnsetConfiguration_customValue :: Lens' DecimalValueWhenUnsetConfiguration (Maybe Double) Source #

A custom value that's used when the value of a parameter isn't set.

decimalValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' DecimalValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.