| 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.ScoreDetails
Description
Synopsis
Documentation
data ScoreDetails Source #
Information about the Amazon Inspector score given to a finding.
See: newScoreDetails smart constructor.
Constructors
| ScoreDetails' | |
Fields
| |
Instances
newScoreDetails :: ScoreDetails Source #
Create a value of ScoreDetails 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:cvss:ScoreDetails', scoreDetails_cvss - An object that contains details about the CVSS score given to a finding.
scoreDetails_cvss :: Lens' ScoreDetails (Maybe CvssScoreDetails) Source #
An object that contains details about the CVSS score given to a finding.