Class: Aws::CodePipeline::Types::CreatePipelineInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::CreatePipelineInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the input of a ‘CreatePipeline` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pipeline  ⇒ Types::PipelineDeclaration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the structure of actions and stages to be performed in the pipeline.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags for the pipeline.
 
Instance Attribute Details
#pipeline ⇒ Types::PipelineDeclaration
Represents the structure of actions and stages to be performed in the pipeline.
      1544 1545 1546 1547 1548 1549  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1544 class CreatePipelineInput < Struct.new( :pipeline, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags for the pipeline.
      1544 1545 1546 1547 1548 1549  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1544 class CreatePipelineInput < Struct.new( :pipeline, :tags) SENSITIVE = [] include Aws::Structure end  |