| 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.DecimalDefaultValues
Description
Documentation
data DecimalDefaultValues Source #
The default values of the DecimalParameterDeclaration.
See: newDecimalDefaultValues smart constructor.
Constructors
| DecimalDefaultValues' | |
Fields 
  | |
Instances
newDecimalDefaultValues :: DecimalDefaultValues Source #
Create a value of DecimalDefaultValues 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:dynamicValue:DecimalDefaultValues', decimalDefaultValues_dynamicValue - The dynamic value of the DecimalDefaultValues. Different defaults are
 displayed according to users, groups, and values mapping.
$sel:staticValues:DecimalDefaultValues', decimalDefaultValues_staticValues - The static values of the DecimalDefaultValues.
decimalDefaultValues_dynamicValue :: Lens' DecimalDefaultValues (Maybe DynamicDefaultValue) Source #
The dynamic value of the DecimalDefaultValues. Different defaults are
 displayed according to users, groups, and values mapping.
decimalDefaultValues_staticValues :: Lens' DecimalDefaultValues (Maybe [Double]) Source #
The static values of the DecimalDefaultValues.