libZSservicesZSamazonka-configZSamazonka-config
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Config.Types.AggregateConformancePackComplianceCount

Description

 
Synopsis

Documentation

data AggregateConformancePackComplianceCount Source #

The number of conformance packs that are compliant and noncompliant.

See: newAggregateConformancePackComplianceCount smart constructor.

Constructors

AggregateConformancePackComplianceCount' 

Fields

Instances

Instances details
Eq AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Read AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Show AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Generic AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

NFData AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Hashable AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

FromJSON AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

type Rep AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

type Rep AggregateConformancePackComplianceCount = D1 ('MetaData "AggregateConformancePackComplianceCount" "Amazonka.Config.Types.AggregateConformancePackComplianceCount" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateConformancePackComplianceCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compliantConformancePackCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nonCompliantConformancePackCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newAggregateConformancePackComplianceCount :: AggregateConformancePackComplianceCount Source #

Create a value of AggregateConformancePackComplianceCount 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:compliantConformancePackCount:AggregateConformancePackComplianceCount', aggregateConformancePackComplianceCount_compliantConformancePackCount - Number of compliant conformance packs.

$sel:nonCompliantConformancePackCount:AggregateConformancePackComplianceCount', aggregateConformancePackComplianceCount_nonCompliantConformancePackCount - Number of noncompliant conformance packs.