ScanSummary

Information about a scan.

Types

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

Properties

Link copied to clipboard

The time when the scan was created.

Link copied to clipboard

The identifier for the scan run.

Link copied to clipboard

The name of the scan.

Link copied to clipboard

The ARN for the scan name.

Link copied to clipboard

The state of the scan. A scan can be In Progress, Complete, or Failed.

Link copied to clipboard

The time the scan was last updated. A scan is updated when it is re-run.

Functions

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