Class: Aws::CodePipeline::Types::RollbackStageInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_nameString

The name of the pipeline for which the stage will be rolled back.

Returns:

  • (String)


4200
4201
4202
4203
4204
4205
4206
# File 'lib/aws-sdk-codepipeline/types.rb', line 4200

class RollbackStageInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :target_pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage in the pipeline to be rolled back.

Returns:

  • (String)


4200
4201
4202
4203
4204
4205
4206
# File 'lib/aws-sdk-codepipeline/types.rb', line 4200

class RollbackStageInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :target_pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#target_pipeline_execution_idString

The pipeline execution ID for the stage to be rolled back to.

Returns:

  • (String)


4200
4201
4202
4203
4204
4205
4206
# File 'lib/aws-sdk-codepipeline/types.rb', line 4200

class RollbackStageInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :target_pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end