| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.DataPipeline.Types.ParameterValue
Description
Synopsis
Documentation
data ParameterValue Source #
A value or list of parameter values.
See: newParameterValue smart constructor.
Constructors
| ParameterValue' | |
Fields
| |
Instances
Create a value of ParameterValue 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:id:ParameterValue', parameterValue_id - The ID of the parameter value.
$sel:stringValue:ParameterValue', parameterValue_stringValue - The field value, expressed as a String.
parameterValue_id :: Lens' ParameterValue Text Source #
The ID of the parameter value.
parameterValue_stringValue :: Lens' ParameterValue Text Source #
The field value, expressed as a String.