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 ==
.