| 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.ECR.Types.CvssScoreAdjustment
Description
Documentation
data CvssScoreAdjustment Source #
Details on adjustments Amazon Inspector made to the CVSS score for a finding.
See: newCvssScoreAdjustment smart constructor.
Constructors
| CvssScoreAdjustment' | |
Instances
newCvssScoreAdjustment :: CvssScoreAdjustment Source #
Create a value of CvssScoreAdjustment 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:metric:CvssScoreAdjustment', cvssScoreAdjustment_metric - The metric used to adjust the CVSS score.
$sel:reason:CvssScoreAdjustment', cvssScoreAdjustment_reason - The reason the CVSS score has been adjustment.
cvssScoreAdjustment_metric :: Lens' CvssScoreAdjustment (Maybe Text) Source #
The metric used to adjust the CVSS score.
cvssScoreAdjustment_reason :: Lens' CvssScoreAdjustment (Maybe Text) Source #
The reason the CVSS score has been adjustment.