Class: Aws::CodePipeline::Types::GetPipelineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetPipelineOutput
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Represents the output of a GetPipeline
action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata ⇒ Types::PipelineMetadata
Represents the pipeline metadata information returned as part of the output of a
GetPipeline
action. -
#pipeline ⇒ Types::PipelineDeclaration
Represents the structure of actions and stages to be performed in the pipeline.
Instance Attribute Details
#metadata ⇒ Types::PipelineMetadata
Represents the pipeline metadata information returned as part of the
output of a GetPipeline
action.
2089 2090 2091 2092 2093 2094 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2089 class GetPipelineOutput < Struct.new( :pipeline, :metadata) SENSITIVE = [] include Aws::Structure end |
#pipeline ⇒ Types::PipelineDeclaration
Represents the structure of actions and stages to be performed in the pipeline.
2089 2090 2091 2092 2093 2094 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2089 class GetPipelineOutput < Struct.new( :pipeline, :metadata) SENSITIVE = [] include Aws::Structure end |