Struct aws_sdk_emrserverless::output::CancelJobRunOutput
source · #[non_exhaustive]pub struct CancelJobRunOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl CancelJobRunOutput
impl CancelJobRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelJobRunOutput.
Trait Implementations§
source§impl Clone for CancelJobRunOutput
impl Clone for CancelJobRunOutput
source§fn clone(&self) -> CancelJobRunOutput
fn clone(&self) -> CancelJobRunOutput
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 more