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