Class: Aws::CodePipeline::Types::RetryStageExecutionInput

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

Overview

Represents the input of a RetryStageExecution action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

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

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3961

class RetryStageExecutionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :pipeline_execution_id,
  :retry_mode)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline that contains the failed stage.

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3961

class RetryStageExecutionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :pipeline_execution_id,
  :retry_mode)
  SENSITIVE = []
  include Aws::Structure
end

#retry_modeString

The scope of the retry attempt.

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3961

class RetryStageExecutionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :pipeline_execution_id,
  :retry_mode)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the failed stage to be retried.

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3961

class RetryStageExecutionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :pipeline_execution_id,
  :retry_mode)
  SENSITIVE = []
  include Aws::Structure
end