Class: Aws::CodePipeline::Types::StartPipelineExecutionOutput

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

Overview

Represents the output of a StartPipelineExecution action.

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

The unique system-generated ID of the pipeline execution that was started.

Returns:

  • (String)


3001
3002
3003
3004
# File 'lib/aws-sdk-codepipeline/types.rb', line 3001

class StartPipelineExecutionOutput < Struct.new(
  :pipeline_execution_id)
  include Aws::Structure
end