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
Documentation
data FindingStatistics Source #
Contains information about finding statistics.
See: newFindingStatistics
smart constructor.
FindingStatistics' | |
|
Instances
newFindingStatistics :: FindingStatistics Source #
Create a value of FindingStatistics
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:countBySeverity:FindingStatistics'
, findingStatistics_countBySeverity
- Represents a map of severity to count statistics for a set of findings.
findingStatistics_countBySeverity :: Lens' FindingStatistics (Maybe (HashMap Text Int)) Source #
Represents a map of severity to count statistics for a set of findings.