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