ScanFilePath¶
Structure Class¶
ScanFilePath
dataclass
¶
Contains details of infected file including name, file path and hash.
Attributes¶
file_name
class-attribute
instance-attribute
¶
file_name: str | None = None
File name of the infected file.
file_path
class-attribute
instance-attribute
¶
file_path: str | None = None
The file path of the infected file.
hash
class-attribute
instance-attribute
¶
hash: str | None = None
The hash value of the infected file.
volume_arn
class-attribute
instance-attribute
¶
volume_arn: str | None = None
EBS volume ARN details of the infected file.