| 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.Inspector2.Types.SeverityCounts
Description
Synopsis
- data SeverityCounts = SeverityCounts' {}
- newSeverityCounts :: SeverityCounts
- severityCounts_all :: Lens' SeverityCounts (Maybe Integer)
- severityCounts_critical :: Lens' SeverityCounts (Maybe Integer)
- severityCounts_high :: Lens' SeverityCounts (Maybe Integer)
- severityCounts_medium :: Lens' SeverityCounts (Maybe Integer)
Documentation
data SeverityCounts Source #
An object that contains the counts of aggregated finding per severity.
See: newSeverityCounts smart constructor.
Constructors
| SeverityCounts' | |
Instances
newSeverityCounts :: SeverityCounts Source #
Create a value of SeverityCounts 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:all:SeverityCounts', severityCounts_all - The total count of findings from all severities.
$sel:critical:SeverityCounts', severityCounts_critical - The total count of critical severity findings.
$sel:high:SeverityCounts', severityCounts_high - The total count of high severity findings.
$sel:medium:SeverityCounts', severityCounts_medium - The total count of medium severity findings.
severityCounts_all :: Lens' SeverityCounts (Maybe Integer) Source #
The total count of findings from all severities.
severityCounts_critical :: Lens' SeverityCounts (Maybe Integer) Source #
The total count of critical severity findings.
severityCounts_high :: Lens' SeverityCounts (Maybe Integer) Source #
The total count of high severity findings.
severityCounts_medium :: Lens' SeverityCounts (Maybe Integer) Source #
The total count of medium severity findings.