#[non_exhaustive]pub struct DescribeJobExecutionOutput { /* private fields */ }
Implementations§
source§impl DescribeJobExecutionOutput
impl DescribeJobExecutionOutput
sourcepub fn execution(&self) -> Option<&JobExecution>
pub fn execution(&self) -> Option<&JobExecution>
Information about the job execution.
source§impl DescribeJobExecutionOutput
impl DescribeJobExecutionOutput
sourcepub fn builder() -> DescribeJobExecutionOutputBuilder
pub fn builder() -> DescribeJobExecutionOutputBuilder
Creates a new builder-style object to manufacture DescribeJobExecutionOutput
.
Trait Implementations§
source§impl Clone for DescribeJobExecutionOutput
impl Clone for DescribeJobExecutionOutput
source§fn clone(&self) -> DescribeJobExecutionOutput
fn clone(&self) -> DescribeJobExecutionOutput
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 DescribeJobExecutionOutput
impl Debug for DescribeJobExecutionOutput
source§impl PartialEq<DescribeJobExecutionOutput> for DescribeJobExecutionOutput
impl PartialEq<DescribeJobExecutionOutput> for DescribeJobExecutionOutput
source§fn eq(&self, other: &DescribeJobExecutionOutput) -> bool
fn eq(&self, other: &DescribeJobExecutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeJobExecutionOutput
impl RequestId for DescribeJobExecutionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.