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

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_execution_idString

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

Returns:

  • (String)


4215
4216
4217
4218
4219
# File 'lib/aws-sdk-codepipeline/types.rb', line 4215

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