MalwareScan¶
Structure Class¶
MalwareScan
dataclass
¶
Contains information about a particular malware scan.
Attributes¶
resource_arn
class-attribute
instance-attribute
¶
resource_arn: str | None = None
Amazon Resource Name (ARN) of the resource for the given malware scan.
resource_type
class-attribute
instance-attribute
¶
resource_type: MalwareProtectionResourceType | None = None
The type of resource that was scanned for malware.
scan_completed_at
class-attribute
instance-attribute
¶
scan_completed_at: datetime | None = None
The timestamp representing when the malware scan was completed.
scan_id
class-attribute
instance-attribute
¶
scan_id: str | None = None
A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.
scan_result_status
class-attribute
instance-attribute
¶
scan_result_status: ScanResultStatus | None = None
An enum value representing the result of the malware scan.
scan_started_at
class-attribute
instance-attribute
¶
scan_started_at: datetime | None = None
The timestamp representing when the malware scan was started.
scan_status
class-attribute
instance-attribute
¶
scan_status: MalwareProtectionScanStatus | None = None
An enum value representing the current status of the malware scan.
scan_type
class-attribute
instance-attribute
¶
scan_type: MalwareProtectionScanType | None = None
An enum value representing the type of scan that was initiated.