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
¶
Information about the detected threats associated with the generated GuardDuty finding.