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