| 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.LookoutMetrics.Types.DimensionValueContribution
Description
Synopsis
- data DimensionValueContribution = DimensionValueContribution' {}
- newDimensionValueContribution :: DimensionValueContribution
- dimensionValueContribution_contributionScore :: Lens' DimensionValueContribution (Maybe Double)
- dimensionValueContribution_dimensionValue :: Lens' DimensionValueContribution (Maybe Text)
Documentation
data DimensionValueContribution Source #
The severity of a value of a dimension that contributed to an anomaly.
See: newDimensionValueContribution smart constructor.
Constructors
| DimensionValueContribution' | |
Fields
| |
Instances
newDimensionValueContribution :: DimensionValueContribution Source #
Create a value of DimensionValueContribution 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:contributionScore:DimensionValueContribution', dimensionValueContribution_contributionScore - The severity score of the value.
$sel:dimensionValue:DimensionValueContribution', dimensionValueContribution_dimensionValue - The value of the dimension.
dimensionValueContribution_contributionScore :: Lens' DimensionValueContribution (Maybe Double) Source #
The severity score of the value.
dimensionValueContribution_dimensionValue :: Lens' DimensionValueContribution (Maybe Text) Source #
The value of the dimension.