Struct aws_sdk_imagebuilder::operation::get_workflow_step_execution::GetWorkflowStepExecutionOutput
source · #[non_exhaustive]pub struct GetWorkflowStepExecutionOutput {Show 17 fields
pub request_id: Option<String>,
pub step_execution_id: Option<String>,
pub workflow_build_version_arn: Option<String>,
pub workflow_execution_id: Option<String>,
pub image_build_version_arn: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub action: Option<String>,
pub status: Option<WorkflowStepExecutionStatus>,
pub rollback_status: Option<WorkflowStepExecutionRollbackStatus>,
pub message: Option<String>,
pub inputs: Option<String>,
pub outputs: Option<String>,
pub start_time: Option<String>,
pub end_time: Option<String>,
pub on_failure: Option<String>,
pub timeout_seconds: Option<i32>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.request_id: Option<String>
The request ID that uniquely identifies this request.
step_execution_id: Option<String>
The unique identifier for the runtime version of the workflow step that you specified in the request.
workflow_build_version_arn: Option<String>
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step.
workflow_execution_id: Option<String>
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
image_build_version_arn: Option<String>
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow step creates.
name: Option<String>
The name of the specified runtime instance of the workflow step.
description: Option<String>
Describes the specified workflow step.
action: Option<String>
The name of the action that the specified step performs.
status: Option<WorkflowStepExecutionStatus>
The current status for the specified runtime version of the workflow step.
rollback_status: Option<WorkflowStepExecutionRollbackStatus>
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
message: Option<String>
The output message from the specified runtime instance of the workflow step, if applicable.
inputs: Option<String>
Input parameters that Image Builder provided for the specified runtime instance of the workflow step.
outputs: Option<String>
The file names that the specified runtime version of the workflow step created as output.
start_time: Option<String>
The timestamp when the specified runtime version of the workflow step started.
end_time: Option<String>
The timestamp when the specified runtime instance of the workflow step finished.
on_failure: Option<String>
The action to perform if the workflow step fails.
timeout_seconds: Option<i32>
The maximum duration in seconds for this step to complete its action.
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 for GetWorkflowStepExecutionOutput
impl PartialEq 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.