Class: Aws::CodePipeline::Types::UpdatePipelineInput

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

Overview

Represents the input of an ‘UpdatePipeline` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::PipelineDeclaration

The name of the pipeline to be updated.



4467
4468
4469
4470
4471
# File 'lib/aws-sdk-codepipeline/types.rb', line 4467

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