Class: Aws::CodePipeline::Types::UpdatePipelineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::UpdatePipelineInput
- 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
-
#pipeline ⇒ Types::PipelineDeclaration
The name of the pipeline to be updated.
Instance Attribute Details
#pipeline ⇒ Types::PipelineDeclaration
The name of the pipeline to be updated.
5545 5546 5547 5548 5549 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 5545 class UpdatePipelineInput < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |