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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::PipelineMetadata

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



1927
1928
1929
1930
1931
1932
# File 'lib/aws-sdk-codepipeline/types.rb', line 1927

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

#pipelineTypes::PipelineDeclaration

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



1927
1928
1929
1930
1931
1932
# File 'lib/aws-sdk-codepipeline/types.rb', line 1927

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