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