Struct aws_sdk_imagebuilder::operation::get_workflow_step_execution::GetWorkflowStepExecutionOutput
source · #[non_exhaustive]pub struct GetWorkflowStepExecutionOutput { /* private fields */ }
Implementations§
source§impl GetWorkflowStepExecutionOutput
impl GetWorkflowStepExecutionOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn step_execution_id(&self) -> Option<&str>
pub fn step_execution_id(&self) -> Option<&str>
The unique identifier for the runtime version of the workflow step that you specified in the request.
sourcepub fn workflow_build_version_arn(&self) -> Option<&str>
pub fn workflow_build_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step.
sourcepub fn workflow_execution_id(&self) -> Option<&str>
pub fn workflow_execution_id(&self) -> Option<&str>
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
sourcepub fn image_build_version_arn(&self) -> Option<&str>
pub fn image_build_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow step creates.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the specified runtime instance of the workflow step.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Describes the specified workflow step.
sourcepub fn status(&self) -> Option<&WorkflowStepExecutionStatus>
pub fn status(&self) -> Option<&WorkflowStepExecutionStatus>
The current status for the specified runtime version of the workflow step.
sourcepub fn rollback_status(&self) -> Option<&WorkflowStepExecutionRollbackStatus>
pub fn rollback_status(&self) -> Option<&WorkflowStepExecutionRollbackStatus>
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
sourcepub fn message(&self) -> Option<&str>
pub fn message(&self) -> Option<&str>
The output message from the specified runtime instance of the workflow step, if applicable.
sourcepub fn inputs(&self) -> Option<&str>
pub fn inputs(&self) -> Option<&str>
Input parameters that Image Builder provided for the specified runtime instance of the workflow step.
sourcepub fn outputs(&self) -> Option<&str>
pub fn outputs(&self) -> Option<&str>
The file names that the specified runtime version of the workflow step created as output.
sourcepub fn start_time(&self) -> Option<&str>
pub fn start_time(&self) -> Option<&str>
The timestamp when the specified runtime version of the workflow step started.
sourcepub fn end_time(&self) -> Option<&str>
pub fn end_time(&self) -> Option<&str>
The timestamp when the specified runtime instance of the workflow step finished.
sourcepub fn on_failure(&self) -> Option<&str>
pub fn on_failure(&self) -> Option<&str>
The action to perform if the workflow step fails.
sourcepub fn timeout_seconds(&self) -> Option<i32>
pub fn timeout_seconds(&self) -> Option<i32>
The maximum duration in seconds for this step to complete its action.
source§impl GetWorkflowStepExecutionOutput
impl GetWorkflowStepExecutionOutput
sourcepub fn builder() -> GetWorkflowStepExecutionOutputBuilder
pub fn builder() -> GetWorkflowStepExecutionOutputBuilder
Creates a new builder-style object to manufacture GetWorkflowStepExecutionOutput
.
Trait Implementations§
source§impl Clone for GetWorkflowStepExecutionOutput
impl Clone for GetWorkflowStepExecutionOutput
source§fn clone(&self) -> GetWorkflowStepExecutionOutput
fn clone(&self) -> GetWorkflowStepExecutionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<GetWorkflowStepExecutionOutput> for GetWorkflowStepExecutionOutput
impl PartialEq<GetWorkflowStepExecutionOutput> for GetWorkflowStepExecutionOutput
source§fn eq(&self, other: &GetWorkflowStepExecutionOutput) -> bool
fn eq(&self, other: &GetWorkflowStepExecutionOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetWorkflowStepExecutionOutput
impl RequestId for GetWorkflowStepExecutionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.