Class: Aws::CodePipeline::Types::GetPipelineOutput

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

Overview

Represents the output of a GetPipeline action.

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::PipelineMetadata

Represents the pipeline metadata information returned as part of the output of a GetPipeline action.



1441
1442
1443
1444
1445
# File 'lib/aws-sdk-codepipeline/types.rb', line 1441

class GetPipelineOutput < Struct.new(
  :pipeline,
  :metadata)
  include Aws::Structure
end

#pipelineTypes::PipelineDeclaration

Represents the structure of actions and stages to be performed in the pipeline.



1441
1442
1443
1444
1445
# File 'lib/aws-sdk-codepipeline/types.rb', line 1441

class GetPipelineOutput < Struct.new(
  :pipeline,
  :metadata)
  include Aws::Structure
end