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