Struct aws_sdk_emrserverless::input::GetJobRunInput
source · [−]#[non_exhaustive]pub struct GetJobRunInput { /* private fields */ }
Implementations
sourceimpl GetJobRunInput
impl GetJobRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetJobRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetJobRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetJobRun
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetJobRunInput
.
sourceimpl GetJobRunInput
impl GetJobRunInput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The ID of the application on which the job run is submitted.
sourcepub fn job_run_id(&self) -> Option<&str>
pub fn job_run_id(&self) -> Option<&str>
The ID of the job run.
Trait Implementations
sourceimpl Clone for GetJobRunInput
impl Clone for GetJobRunInput
sourcefn clone(&self) -> GetJobRunInput
fn clone(&self) -> GetJobRunInput
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 GetJobRunInput
impl Debug for GetJobRunInput
sourceimpl PartialEq<GetJobRunInput> for GetJobRunInput
impl PartialEq<GetJobRunInput> for GetJobRunInput
sourcefn eq(&self, other: &GetJobRunInput) -> bool
fn eq(&self, other: &GetJobRunInput) -> bool
impl StructuralPartialEq for GetJobRunInput
Auto Trait Implementations
impl RefUnwindSafe for GetJobRunInput
impl Send for GetJobRunInput
impl Sync for GetJobRunInput
impl Unpin for GetJobRunInput
impl UnwindSafe for GetJobRunInput
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