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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::PipelineDeclaration

The structure of the updated pipeline.



4481
4482
4483
4484
4485
# File 'lib/aws-sdk-codepipeline/types.rb', line 4481

class UpdatePipelineOutput < Struct.new(
  :pipeline)
  SENSITIVE = []
  include Aws::Structure
end