libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.Types.Statistics

Description

 
Synopsis

Documentation

data Statistics Source #

Provides processing statistics for a classification job.

See: newStatistics smart constructor.

Constructors

Statistics' 

Fields

Instances

Instances details
Eq Statistics Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Statistics

Read Statistics Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Statistics

Show Statistics Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Statistics

Generic Statistics Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Statistics

Associated Types

type Rep Statistics :: Type -> Type #

NFData Statistics Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Statistics

Methods

rnf :: Statistics -> () #

Hashable Statistics Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Statistics

FromJSON Statistics Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Statistics

type Rep Statistics Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Statistics

type Rep Statistics = D1 ('MetaData "Statistics" "Amazonka.MacieV2.Types.Statistics" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "Statistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approximateNumberOfObjectsToProcess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "numberOfRuns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newStatistics :: Statistics Source #

Create a value of Statistics 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:approximateNumberOfObjectsToProcess:Statistics', statistics_approximateNumberOfObjectsToProcess - The approximate number of objects that the job has yet to process during its current run.

$sel:numberOfRuns:Statistics', statistics_numberOfRuns - The number of times that the job has run.

statistics_approximateNumberOfObjectsToProcess :: Lens' Statistics (Maybe Double) Source #

The approximate number of objects that the job has yet to process during its current run.

statistics_numberOfRuns :: Lens' Statistics (Maybe Double) Source #

The number of times that the job has run.