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