Struct aws_sdk_glue::model::JobBookmarkEntry
source · #[non_exhaustive]pub struct JobBookmarkEntry { /* private fields */ }Expand description
Defines a point that a job can resume processing.
Implementations§
source§impl JobBookmarkEntry
impl JobBookmarkEntry
sourcepub fn previous_run_id(&self) -> Option<&str>
pub fn previous_run_id(&self) -> Option<&str>
The unique run identifier associated with the previous job run.
sourcepub fn job_bookmark(&self) -> Option<&str>
pub fn job_bookmark(&self) -> Option<&str>
The bookmark itself.
source§impl JobBookmarkEntry
impl JobBookmarkEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JobBookmarkEntry.
Trait Implementations§
source§impl Clone for JobBookmarkEntry
impl Clone for JobBookmarkEntry
source§fn clone(&self) -> JobBookmarkEntry
fn clone(&self) -> JobBookmarkEntry
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 JobBookmarkEntry
impl Debug for JobBookmarkEntry
source§impl PartialEq<JobBookmarkEntry> for JobBookmarkEntry
impl PartialEq<JobBookmarkEntry> for JobBookmarkEntry
source§fn eq(&self, other: &JobBookmarkEntry) -> bool
fn eq(&self, other: &JobBookmarkEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.