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

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

Overview

Represents the output of a RetryStageExecution action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

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

Returns:

  • (String)


3889
3890
3891
3892
3893
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3889

class RetryStageExecutionOutput < Struct.new(
  :pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end