Class: Aws::CodePipeline::Types::PipelineRollbackMetadata

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

Overview

The metadata for the stage execution to be rolled back.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rollback_target_pipeline_execution_idString

The pipeline execution ID to which the stage will be rolled back.

Returns:

  • (String)


3382
3383
3384
3385
3386
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3382

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