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)


3978
3979
3980
3981
3982
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3978

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