SearchJobSummary

This is information pertaining to a search job.

Types

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

Properties

Link copied to clipboard

This is the completion time of the search job.

Link copied to clipboard

This is the creation time of the search job.

Link copied to clipboard
val name: String?

This is the name of the search job.

Link copied to clipboard

The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.

Link copied to clipboard

The unique string that specifies the search job.

Link copied to clipboard

Returned summary of the specified search job scope, including:

Link copied to clipboard

This is the status of the search job.

Link copied to clipboard

A status message will be returned for either a earch job with a status of ERRORED or a status of COMPLETED jobs with issues.

Functions

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