Class: Aws::CodePipeline::Types::RollbackStageOutput

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_execution_idString

The execution ID of the pipeline execution for the stage that has been rolled back.

Returns:

  • (String)


4013
4014
4015
4016
4017
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4013

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