You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::Crawl

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The details of a crawl in the workflow.

Instance Attribute Summary collapse

Instance Attribute Details

#completed_onTime

The date and time on which the crawl completed.

Returns:

  • (Time)

    The date and time on which the crawl completed.

#error_messageString

The error message associated with the crawl.

Returns:

  • (String)

    The error message associated with the crawl.

#log_groupString

The log group associated with the crawl.

Returns:

  • (String)

    The log group associated with the crawl.

#log_streamString

The log stream associated with the crawl.

Returns:

  • (String)

    The log stream associated with the crawl.

#started_onTime

The date and time on which the crawl started.

Returns:

  • (Time)

    The date and time on which the crawl started.

#stateString

The state of the crawler.

Possible values:

  • RUNNING
  • CANCELLING
  • CANCELLED
  • SUCCEEDED
  • FAILED

Returns:

  • (String)

    The state of the crawler.