Struct aws_sdk_glue::output::BatchStopJobRunOutput
source · #[non_exhaustive]pub struct BatchStopJobRunOutput { /* private fields */ }Implementations§
source§impl BatchStopJobRunOutput
impl BatchStopJobRunOutput
sourcepub fn successful_submissions(
&self
) -> Option<&[BatchStopJobRunSuccessfulSubmission]>
pub fn successful_submissions(
&self
) -> Option<&[BatchStopJobRunSuccessfulSubmission]>
A list of the JobRuns that were successfully submitted for stopping.
sourcepub fn errors(&self) -> Option<&[BatchStopJobRunError]>
pub fn errors(&self) -> Option<&[BatchStopJobRunError]>
A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.
source§impl BatchStopJobRunOutput
impl BatchStopJobRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchStopJobRunOutput.
Trait Implementations§
source§impl Clone for BatchStopJobRunOutput
impl Clone for BatchStopJobRunOutput
source§fn clone(&self) -> BatchStopJobRunOutput
fn clone(&self) -> BatchStopJobRunOutput
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 BatchStopJobRunOutput
impl Debug for BatchStopJobRunOutput
source§impl PartialEq<BatchStopJobRunOutput> for BatchStopJobRunOutput
impl PartialEq<BatchStopJobRunOutput> for BatchStopJobRunOutput
source§fn eq(&self, other: &BatchStopJobRunOutput) -> bool
fn eq(&self, other: &BatchStopJobRunOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.