| 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.Evidently.Types.VariationConfig
Description
Documentation
data VariationConfig Source #
This structure contains the name and variation value of one variation of a feature.
See: newVariationConfig smart constructor.
Constructors
| VariationConfig' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> VariableValue | |
| -> VariationConfig |
Create a value of VariationConfig 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:name:VariationConfig', variationConfig_name - The name of the variation.
$sel:value:VariationConfig', variationConfig_value - The value assigned to this variation.
variationConfig_name :: Lens' VariationConfig Text Source #
The name of the variation.
variationConfig_value :: Lens' VariationConfig VariableValue Source #
The value assigned to this variation.