Class: Aws::CodePipeline::Types::StopExecutionTrigger
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodePipeline::Types::StopExecutionTrigger
 
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
The interaction that stopped a pipeline execution.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user-specified reason the pipeline was stopped. 
Instance Attribute Details
#reason ⇒ String
The user-specified reason the pipeline was stopped.
| 5504 5505 5506 5507 5508 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5504 class StopExecutionTrigger < Struct.new( :reason) SENSITIVE = [] include Aws::Structure end |