Struct aws_sdk_glue::model::Crawl
source · #[non_exhaustive]pub struct Crawl { /* private fields */ }Expand description
The details of a crawl in the workflow.
Implementations§
source§impl Crawl
impl Crawl
sourcepub fn state(&self) -> Option<&CrawlState>
pub fn state(&self) -> Option<&CrawlState>
The state of the crawler.
sourcepub fn started_on(&self) -> Option<&DateTime>
pub fn started_on(&self) -> Option<&DateTime>
The date and time on which the crawl started.
sourcepub fn completed_on(&self) -> Option<&DateTime>
pub fn completed_on(&self) -> Option<&DateTime>
The date and time on which the crawl completed.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The error message associated with the crawl.
sourcepub fn log_stream(&self) -> Option<&str>
pub fn log_stream(&self) -> Option<&str>
The log stream associated with the crawl.