Class: Aws::CodePipeline::Types::UpdatePipelineOutput

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

Overview

Represents the output of an UpdatePipeline action.

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::PipelineDeclaration

The structure of the updated pipeline.



3234
3235
3236
3237
# File 'lib/aws-sdk-codepipeline/types.rb', line 3234

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