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