| 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.ScanThreatName
Description
Synopsis
- data ScanThreatName = ScanThreatName' {}
- newScanThreatName :: ScanThreatName
- scanThreatName_filePaths :: Lens' ScanThreatName (Maybe [ScanFilePath])
- scanThreatName_itemCount :: Lens' ScanThreatName (Maybe Int)
- scanThreatName_name :: Lens' ScanThreatName (Maybe Text)
- scanThreatName_severity :: Lens' ScanThreatName (Maybe Text)
Documentation
data ScanThreatName Source #
Contains files infected with the given threat providing details of malware name and severity.
See: newScanThreatName smart constructor.
Constructors
| ScanThreatName' | |
Instances
newScanThreatName :: ScanThreatName Source #
Create a value of ScanThreatName 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:filePaths:ScanThreatName', scanThreatName_filePaths - List of infected files in EBS volume with details.
$sel:itemCount:ScanThreatName', scanThreatName_itemCount - Total number of files infected with given threat.
$sel:name:ScanThreatName', scanThreatName_name - The name of the identified threat.
$sel:severity:ScanThreatName', scanThreatName_severity - Severity of threat identified as part of the malware scan.
scanThreatName_filePaths :: Lens' ScanThreatName (Maybe [ScanFilePath]) Source #
List of infected files in EBS volume with details.
scanThreatName_itemCount :: Lens' ScanThreatName (Maybe Int) Source #
Total number of files infected with given threat.
scanThreatName_name :: Lens' ScanThreatName (Maybe Text) Source #
The name of the identified threat.
scanThreatName_severity :: Lens' ScanThreatName (Maybe Text) Source #
Severity of threat identified as part of the malware scan.