Class: Aws::CodePipeline::Types::StartPipelineExecutionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::StartPipelineExecutionOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the output of a ‘StartPipelineExecution` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pipeline_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique system-generated ID of the pipeline execution that was started.
 
Instance Attribute Details
#pipeline_execution_id ⇒ String
The unique system-generated ID of the pipeline execution that was started.
      5204 5205 5206 5207 5208  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 5204 class StartPipelineExecutionOutput < Struct.new( :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end  |