Class: Aws::CodePipeline::Types::RetryStageExecutionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents the output of a RetryStageExecution action.

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

The ID of the current workflow execution in the failed stage.

Returns:

  • (String)


2776
2777
2778
2779
# File 'lib/aws-sdk-codepipeline/types.rb', line 2776

class RetryStageExecutionOutput < Struct.new(
  :pipeline_execution_id)
  include Aws::Structure
end