EbsVolumeScanDetails¶
Structure Class¶
EbsVolumeScanDetails
dataclass
¶
Contains details from the malware scan that created a finding.
Attributes¶
scan_completed_at
class-attribute
instance-attribute
¶
scan_completed_at: datetime | None = None
Returns the completion date and time of the malware scan.
scan_detections
class-attribute
instance-attribute
¶
scan_detections: ScanDetections | None = None
Contains a complete view providing malware scan result details.
scan_id
class-attribute
instance-attribute
¶
scan_id: str | None = None
Unique Id of the malware scan that generated the finding.
scan_started_at
class-attribute
instance-attribute
¶
scan_started_at: datetime | None = None
Returns the start date and time of the malware scan.
scan_type
class-attribute
instance-attribute
¶
scan_type: ScanType | None = None
Specifies the scan type that invoked the malware scan.
sources
class-attribute
instance-attribute
¶
sources: list[str] | None = None
Contains list of threat intelligence sources used to detect threats.
trigger_finding_id
class-attribute
instance-attribute
¶
trigger_finding_id: str | None = None
GuardDuty finding ID that triggered a malware scan.