| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration
Description
Synopsis
- data DecimalValueWhenUnsetConfiguration = DecimalValueWhenUnsetConfiguration' {}
- newDecimalValueWhenUnsetConfiguration :: DecimalValueWhenUnsetConfiguration
- decimalValueWhenUnsetConfiguration_customValue :: Lens' DecimalValueWhenUnsetConfiguration (Maybe Double)
- decimalValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' DecimalValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption)
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
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: TheNULLvalue.
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: TheNULLvalue.