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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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)


3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3998

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)


3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3998

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)


3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3998

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