ScanFilePath

Contains details of infected file including name, file path and hash.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

File name of the infected file.

Link copied to clipboard

The file path of the infected file.

Link copied to clipboard
val hash: String?

The hash value of the infected file.

Link copied to clipboard

EBS volume ARN details of the infected file.

Functions

Link copied to clipboard
inline fun copy(block: ScanFilePath.Builder.() -> Unit = {}): ScanFilePath
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String