| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.Types.Statistics
Description
Documentation
data Statistics Source #
Provides processing statistics for a classification job.
See: newStatistics smart constructor.
Constructors
| Statistics' | |
Fields
| |
Instances
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.