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 |
Synopsis
Documentation
data FeatureValue Source #
The value associated with a feature.
See: newFeatureValue
smart constructor.
FeatureValue' | |
|
Instances
Create a value of FeatureValue
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:featureName:FeatureValue'
, featureValue_featureName
- The name of a feature that a feature value corresponds to.
$sel:valueAsString:FeatureValue'
, featureValue_valueAsString
- The value associated with a feature, in string format. Note that
features types can be String, Integral, or Fractional. This value
represents all three types as a string.
featureValue_featureName :: Lens' FeatureValue Text Source #
The name of a feature that a feature value corresponds to.
featureValue_valueAsString :: Lens' FeatureValue Text Source #
The value associated with a feature, in string format. Note that features types can be String, Integral, or Fractional. This value represents all three types as a string.