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