class Aws::CodePipeline::Types::RetryStageExecutionInput
Represents the input of a `RetryStageExecution` action.
@note When making an API call, you may pass RetryStageExecutionInput
data as a hash: { pipeline_name: "PipelineName", # required stage_name: "StageName", # required pipeline_execution_id: "PipelineExecutionId", # required retry_mode: "FAILED_ACTIONS", # required, accepts FAILED_ACTIONS }
@!attribute [rw] pipeline_name
The name of the pipeline that contains the failed stage. @return [String]
@!attribute [rw] stage_name
The name of the failed stage to be retried. @return [String]
@!attribute [rw] pipeline_execution_id
The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage @return [String]
@!attribute [rw] retry_mode
The scope of the retry attempt. Currently, the only supported value is FAILED\_ACTIONS. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/RetryStageExecutionInput AWS API Documentation
Constants
- SENSITIVE