ScanJobSummary

Contains summary information about scan jobs, including counts and metadata for a specific time period and criteria.

Types

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

Properties

Link copied to clipboard

The account ID that owns the scan jobs included in this summary.

Link copied to clipboard
val count: Int

The number of scan jobs that match the specified criteria.

Link copied to clipboard

The value of time in number format of a job end time.

Link copied to clipboard

Specifies the malware scanner used during the scan job. Currently only supports GUARDDUTY.

Link copied to clipboard

The Amazon Web Services Region where the scan jobs were executed.

Link copied to clipboard

The type of Amazon Web Services resource for the scan jobs included in this summary.

Link copied to clipboard

The scan result status for the scan jobs included in this summary.

Link copied to clipboard

The value of time in number format of a job start time.

Link copied to clipboard

The state of the scan jobs included in this summary.

Functions

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