Class: Aws::CodePipeline::Types::StopPipelineExecutionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::StopPipelineExecutionOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pipeline_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique system-generated ID of the pipeline execution that was stopped.
 
Instance Attribute Details
#pipeline_execution_id ⇒ String
The unique system-generated ID of the pipeline execution that was stopped.
      5266 5267 5268 5269 5270  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 5266 class StopPipelineExecutionOutput < Struct.new( :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end  |