Struct aws_sdk_imagebuilder::operation::get_workflow_step_execution::GetWorkflowStepExecutionInput
source · #[non_exhaustive]pub struct GetWorkflowStepExecutionInput { /* private fields */ }
Implementations§
source§impl GetWorkflowStepExecutionInput
impl GetWorkflowStepExecutionInput
sourcepub fn step_execution_id(&self) -> Option<&str>
pub fn step_execution_id(&self) -> Option<&str>
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
source§impl GetWorkflowStepExecutionInput
impl GetWorkflowStepExecutionInput
sourcepub fn builder() -> GetWorkflowStepExecutionInputBuilder
pub fn builder() -> GetWorkflowStepExecutionInputBuilder
Creates a new builder-style object to manufacture GetWorkflowStepExecutionInput
.
source§impl GetWorkflowStepExecutionInput
impl GetWorkflowStepExecutionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetWorkflowStepExecution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetWorkflowStepExecution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetWorkflowStepExecution
>
Trait Implementations§
source§impl Clone for GetWorkflowStepExecutionInput
impl Clone for GetWorkflowStepExecutionInput
source§fn clone(&self) -> GetWorkflowStepExecutionInput
fn clone(&self) -> GetWorkflowStepExecutionInput
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<GetWorkflowStepExecutionInput> for GetWorkflowStepExecutionInput
impl PartialEq<GetWorkflowStepExecutionInput> for GetWorkflowStepExecutionInput
source§fn eq(&self, other: &GetWorkflowStepExecutionInput) -> bool
fn eq(&self, other: &GetWorkflowStepExecutionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetWorkflowStepExecutionInput
Auto Trait Implementations§
impl RefUnwindSafe for GetWorkflowStepExecutionInput
impl Send for GetWorkflowStepExecutionInput
impl Sync for GetWorkflowStepExecutionInput
impl Unpin for GetWorkflowStepExecutionInput
impl UnwindSafe for GetWorkflowStepExecutionInput
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