MalwareScan

Contains information about a particular malware scan.

Types

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

Properties

Link copied to clipboard

Amazon Resource Name (ARN) of the resource for the given malware scan.

Link copied to clipboard

The type of resource that was scanned for malware.

Link copied to clipboard
val scanCompletedAt: <Error class: unknown class>?

The timestamp representing when the malware scan was completed.

Link copied to clipboard

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.

Link copied to clipboard

An enum value representing the result of the malware scan.

Link copied to clipboard
val scanStartedAt: <Error class: unknown class>?

The timestamp representing when the malware scan was started.

Link copied to clipboard

An enum value representing the current status of the malware scan.

Link copied to clipboard

An enum value representing the type of scan that was initiated.

Functions

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