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