JobDetails

Specifies whether any one-time or recurring classification jobs are configured to analyze data in an S3 bucket, and, if so, the details of the job that ran most recently.

Types

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

Properties

Link copied to clipboard

Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket. Possible values are:

Link copied to clipboard

Specifies whether any recurring jobs are configured to analyze data in the bucket. Possible values are:

Link copied to clipboard

The unique identifier for the job that ran most recently and is configured to analyze data in the bucket, either the latest run of a recurring job or the only run of a one-time job.

Link copied to clipboard

The date and time, in UTC and extended ISO 8601 format, when the job (lastJobId) started. If the job is a recurring job, this value indicates when the most recent run started.

Functions

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