Class: Aws::CodePipeline::Types::CreatePipelineOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::CreatePipelineOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the output 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> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the tags applied to the pipeline.
 
Instance Attribute Details
#pipeline ⇒ Types::PipelineDeclaration
Represents the structure of actions and stages to be performed in the pipeline.
      1564 1565 1566 1567 1568 1569  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1564 class CreatePipelineOutput < Struct.new( :pipeline, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Specifies the tags applied to the pipeline.
      1564 1565 1566 1567 1568 1569  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1564 class CreatePipelineOutput < Struct.new( :pipeline, :tags) SENSITIVE = [] include Aws::Structure end  |