Struct aws_sdk_emrserverless::output::CancelJobRunOutput
source · [−]#[non_exhaustive]pub struct CancelJobRunOutput { /* private fields */ }
Implementations
sourceimpl CancelJobRunOutput
impl CancelJobRunOutput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The output contains the application ID on which the job run is cancelled.
sourcepub fn job_run_id(&self) -> Option<&str>
pub fn job_run_id(&self) -> Option<&str>
The output contains the ID of the cancelled job run.
sourceimpl CancelJobRunOutput
impl CancelJobRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelJobRunOutput
.
Trait Implementations
sourceimpl Clone for CancelJobRunOutput
impl Clone for CancelJobRunOutput
sourcefn clone(&self) -> CancelJobRunOutput
fn clone(&self) -> CancelJobRunOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CancelJobRunOutput
impl Debug for CancelJobRunOutput
sourceimpl PartialEq<CancelJobRunOutput> for CancelJobRunOutput
impl PartialEq<CancelJobRunOutput> for CancelJobRunOutput
sourcefn eq(&self, other: &CancelJobRunOutput) -> bool
fn eq(&self, other: &CancelJobRunOutput) -> bool
impl StructuralPartialEq for CancelJobRunOutput
Auto Trait Implementations
impl RefUnwindSafe for CancelJobRunOutput
impl Send for CancelJobRunOutput
impl Sync for CancelJobRunOutput
impl Unpin for CancelJobRunOutput
impl UnwindSafe for CancelJobRunOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more