Class: Aws::CodePipeline::Types::UpdatePipelineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::UpdatePipelineOutput
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Represents the output of an UpdatePipeline
action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline ⇒ Types::PipelineDeclaration
The structure of the updated pipeline.
Instance Attribute Details
#pipeline ⇒ Types::PipelineDeclaration
The structure of the updated pipeline.
5559 5560 5561 5562 5563 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5559 class UpdatePipelineOutput < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |