Class: Aws::CodePipeline::Types::GetPipelineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetPipelineOutput
- 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
-
#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.
2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2077 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.
2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2077 class GetPipelineOutput < Struct.new( :pipeline, :metadata) SENSITIVE = [] include Aws::Structure end |