Struct aws_sdk_amplify::operation::start_job::StartJobOutput
source · #[non_exhaustive]pub struct StartJobOutput {
pub job_summary: Option<JobSummary>,
/* private fields */
}Expand description
The result structure for the run job request.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.job_summary: Option<JobSummary>The summary for the job.
Implementations§
source§impl StartJobOutput
impl StartJobOutput
sourcepub fn job_summary(&self) -> Option<&JobSummary>
pub fn job_summary(&self) -> Option<&JobSummary>
The summary for the job.
source§impl StartJobOutput
impl StartJobOutput
sourcepub fn builder() -> StartJobOutputBuilder
pub fn builder() -> StartJobOutputBuilder
Creates a new builder-style object to manufacture StartJobOutput.
Trait Implementations§
source§impl Clone for StartJobOutput
impl Clone for StartJobOutput
source§fn clone(&self) -> StartJobOutput
fn clone(&self) -> StartJobOutput
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 StartJobOutput
impl Debug for StartJobOutput
source§impl PartialEq for StartJobOutput
impl PartialEq for StartJobOutput
source§fn eq(&self, other: &StartJobOutput) -> bool
fn eq(&self, other: &StartJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StartJobOutput
impl RequestId for StartJobOutput
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.impl StructuralPartialEq for StartJobOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartJobOutput
impl Send for StartJobOutput
impl Sync for StartJobOutput
impl Unpin for StartJobOutput
impl UnwindSafe for StartJobOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.