#[non_exhaustive]pub struct DescribeJobRunInput { /* private fields */ }
Implementations§
source§impl DescribeJobRunInput
impl DescribeJobRunInput
sourcepub fn builder() -> DescribeJobRunInputBuilder
pub fn builder() -> DescribeJobRunInputBuilder
Creates a new builder-style object to manufacture DescribeJobRunInput
.
source§impl DescribeJobRunInput
impl DescribeJobRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeJobRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeJobRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeJobRun
>
Trait Implementations§
source§impl Clone for DescribeJobRunInput
impl Clone for DescribeJobRunInput
source§fn clone(&self) -> DescribeJobRunInput
fn clone(&self) -> DescribeJobRunInput
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 DescribeJobRunInput
impl Debug for DescribeJobRunInput
source§impl PartialEq<DescribeJobRunInput> for DescribeJobRunInput
impl PartialEq<DescribeJobRunInput> for DescribeJobRunInput
source§fn eq(&self, other: &DescribeJobRunInput) -> bool
fn eq(&self, other: &DescribeJobRunInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.