Struct aws_sdk_glue::model::LastCrawlInfo
source · #[non_exhaustive]pub struct LastCrawlInfo { /* private fields */ }Expand description
Status and error information about the most recent crawl.
Implementations§
source§impl LastCrawlInfo
impl LastCrawlInfo
sourcepub fn status(&self) -> Option<&LastCrawlStatus>
pub fn status(&self) -> Option<&LastCrawlStatus>
Status of the last crawl.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
If an error occurred, the error information about the last crawl.
sourcepub fn log_stream(&self) -> Option<&str>
pub fn log_stream(&self) -> Option<&str>
The log stream for the last crawl.
sourcepub fn message_prefix(&self) -> Option<&str>
pub fn message_prefix(&self) -> Option<&str>
The prefix for a message about this crawl.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The time at which the crawl started.
source§impl LastCrawlInfo
impl LastCrawlInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LastCrawlInfo.
Trait Implementations§
source§impl Clone for LastCrawlInfo
impl Clone for LastCrawlInfo
source§fn clone(&self) -> LastCrawlInfo
fn clone(&self) -> LastCrawlInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LastCrawlInfo
impl Debug for LastCrawlInfo
source§impl PartialEq<LastCrawlInfo> for LastCrawlInfo
impl PartialEq<LastCrawlInfo> for LastCrawlInfo
source§fn eq(&self, other: &LastCrawlInfo) -> bool
fn eq(&self, other: &LastCrawlInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.