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 |
Documentation
data NonCompliantSummary Source #
A summary of resources that aren't compliant. The summary is organized according to resource type.
See: newNonCompliantSummary
smart constructor.
NonCompliantSummary' | |
|
Instances
newNonCompliantSummary :: NonCompliantSummary Source #
Create a value of NonCompliantSummary
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:nonCompliantCount:NonCompliantSummary'
, nonCompliantSummary_nonCompliantCount
- The total number of compliance items that aren't compliant.
$sel:severitySummary:NonCompliantSummary'
, nonCompliantSummary_severitySummary
- A summary of the non-compliance severity by compliance type
nonCompliantSummary_nonCompliantCount :: Lens' NonCompliantSummary (Maybe Int) Source #
The total number of compliance items that aren't compliant.
nonCompliantSummary_severitySummary :: Lens' NonCompliantSummary (Maybe SeveritySummary) Source #
A summary of the non-compliance severity by compliance type