Class: Aws::CodePipeline::Types::CreatePipelineOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents the output of a CreatePipeline action.

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::PipelineDeclaration

Represents the structure of actions and stages to be performed in the pipeline.



978
979
980
981
# File 'lib/aws-sdk-codepipeline/types.rb', line 978

class CreatePipelineOutput < Struct.new(
  :pipeline)
  include Aws::Structure
end