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 CompliantSummary Source #
A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.
See: newCompliantSummary
smart constructor.
CompliantSummary' | |
|
Instances
newCompliantSummary :: CompliantSummary Source #
Create a value of CompliantSummary
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:compliantCount:CompliantSummary'
, compliantSummary_compliantCount
- The total number of resources that are compliant.
$sel:severitySummary:CompliantSummary'
, compliantSummary_severitySummary
- A summary of the compliance severity by compliance type.
compliantSummary_compliantCount :: Lens' CompliantSummary (Maybe Int) Source #
The total number of resources that are compliant.
compliantSummary_severitySummary :: Lens' CompliantSummary (Maybe SeveritySummary) Source #
A summary of the compliance severity by compliance type.