#[non_exhaustive]pub struct GetWorkflowExecutionInput { /* private fields */ }
Implementations§
source§impl GetWorkflowExecutionInput
impl GetWorkflowExecutionInput
sourcepub fn workflow_execution_id(&self) -> Option<&str>
pub fn workflow_execution_id(&self) -> Option<&str>
Use the unique identifier for a runtime instance of the workflow to get runtime details.
source§impl GetWorkflowExecutionInput
impl GetWorkflowExecutionInput
sourcepub fn builder() -> GetWorkflowExecutionInputBuilder
pub fn builder() -> GetWorkflowExecutionInputBuilder
Creates a new builder-style object to manufacture GetWorkflowExecutionInput
.
source§impl GetWorkflowExecutionInput
impl GetWorkflowExecutionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetWorkflowExecution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetWorkflowExecution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetWorkflowExecution
>
Trait Implementations§
source§impl Clone for GetWorkflowExecutionInput
impl Clone for GetWorkflowExecutionInput
source§fn clone(&self) -> GetWorkflowExecutionInput
fn clone(&self) -> GetWorkflowExecutionInput
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 GetWorkflowExecutionInput
impl Debug for GetWorkflowExecutionInput
source§impl PartialEq<GetWorkflowExecutionInput> for GetWorkflowExecutionInput
impl PartialEq<GetWorkflowExecutionInput> for GetWorkflowExecutionInput
source§fn eq(&self, other: &GetWorkflowExecutionInput) -> bool
fn eq(&self, other: &GetWorkflowExecutionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetWorkflowExecutionInput
Auto Trait Implementations§
impl RefUnwindSafe for GetWorkflowExecutionInput
impl Send for GetWorkflowExecutionInput
impl Sync for GetWorkflowExecutionInput
impl Unpin for GetWorkflowExecutionInput
impl UnwindSafe for GetWorkflowExecutionInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more