| 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.DAX.Types.ParameterNameValue
Description
Synopsis
Documentation
data ParameterNameValue Source #
An individual DAX parameter.
See: newParameterNameValue smart constructor.
Constructors
| ParameterNameValue' | |
Fields
| |
Instances
newParameterNameValue :: ParameterNameValue Source #
Create a value of ParameterNameValue 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:parameterName:ParameterNameValue', parameterNameValue_parameterName - The name of the parameter.
$sel:parameterValue:ParameterNameValue', parameterNameValue_parameterValue - The value of the parameter.
parameterNameValue_parameterName :: Lens' ParameterNameValue (Maybe Text) Source #
The name of the parameter.
parameterNameValue_parameterValue :: Lens' ParameterNameValue (Maybe Text) Source #
The value of the parameter.