MalwareScanDetails¶
Structure Class¶
MalwareScanDetails
dataclass
¶
Information about the malware scan that generated a GuardDuty finding.
Attributes¶
scan_category
class-attribute
instance-attribute
¶
scan_category: ScanCategory | None = None
The category of the malware scan.
scan_configuration
class-attribute
instance-attribute
¶
scan_configuration: MalwareProtectionFindingsScanConfiguration | None = None
The configuration settings used for the malware scan.
scan_id
class-attribute
instance-attribute
¶
scan_id: str | None = None
The unique identifier for the malware scan.
scan_type
class-attribute
instance-attribute
¶
scan_type: MalwareProtectionScanType | None = None
The type of malware scan performed.
threats
class-attribute
instance-attribute
¶
threats: list[Threat] | None = None
Information about the detected threats associated with the generated GuardDuty finding.
unique_threat_count
class-attribute
instance-attribute
¶
unique_threat_count: int | None = None
The number of unique malware threats detected during the scan.