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