| 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.GuardDuty.Types.ThreatsDetectedItemCount
Description
Documentation
data ThreatsDetectedItemCount Source #
Contains total number of infected files.
See: newThreatsDetectedItemCount smart constructor.
Constructors
| ThreatsDetectedItemCount' | |
Instances
newThreatsDetectedItemCount :: ThreatsDetectedItemCount Source #
Create a value of ThreatsDetectedItemCount 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:files:ThreatsDetectedItemCount', threatsDetectedItemCount_files - Total number of infected files.
threatsDetectedItemCount_files :: Lens' ThreatsDetectedItemCount (Maybe Int) Source #
Total number of infected files.