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

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

Overview

Represents the output of a StartPipelineExecution action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

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

Returns:

  • (String)


4167
4168
4169
4170
4171
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4167

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