Crawl

class Crawl

The details of a crawl in the workflow.

Types

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

Properties

Link copied to clipboard

The date and time on which the crawl completed.

Link copied to clipboard

The error message associated with the crawl.

Link copied to clipboard

The log group associated with the crawl.

Link copied to clipboard

The log stream associated with the crawl.

Link copied to clipboard

The date and time on which the crawl started.

Link copied to clipboard

The state of the crawler.

Functions

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