Class: Aws::CodePipeline::Types::DeletePipelineInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::DeletePipelineInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the input of a ‘DeletePipeline` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the pipeline to be deleted.
 
Instance Attribute Details
#name ⇒ String
The name of the pipeline to be deleted.
      1604 1605 1606 1607 1608  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1604 class DeletePipelineInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |