Class: Aws::CodePipeline::Types::UpdatePipelineInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::UpdatePipelineInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the input of an ‘UpdatePipeline` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pipeline  ⇒ Types::PipelineDeclaration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the pipeline to be updated.
 
Instance Attribute Details
#pipeline ⇒ Types::PipelineDeclaration
The name of the pipeline to be updated.
      5562 5563 5564 5565 5566  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 5562 class UpdatePipelineInput < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end  |