FilePaths

class FilePaths

Provides information about the file paths that were affected by the threat.

Types

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

Properties

Link copied to clipboard

The name of the infected or suspicious file corresponding to the hash.

Link copied to clipboard

Path to the infected or suspicious file on the resource it was detected on.

Link copied to clipboard
val hash: String?

The hash value for the infected or suspicious file.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource on which the threat was detected.

Functions

Link copied to clipboard
inline fun copy(block: FilePaths.Builder.() -> Unit = {}): FilePaths
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