Skip to content

Guardduty  >  Structures  >  ScanThreatName

ScanThreatName

Structure Class

ScanThreatName dataclass

Contains files infected with the given threat providing details of malware name and severity.

Attributes

file_paths class-attribute instance-attribute
file_paths: list[ScanFilePath] | None = None

List of infected files in EBS volume with details.

item_count class-attribute instance-attribute
item_count: int | None = None

Total number of files infected with given threat.

name class-attribute instance-attribute
name: str | None = None

The name of the identified threat.

severity class-attribute instance-attribute
severity: str | None = None

Severity of threat identified as part of the malware scan.