Class: Aws::CodePipeline::Types::GetPipelineExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetPipelineExecutionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the output of a ‘GetPipelineExecution` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_execution ⇒ Types::PipelineExecution
Represents information about the execution of a pipeline.
Instance Attribute Details
#pipeline_execution ⇒ Types::PipelineExecution
Represents information about the execution of a pipeline.
2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2036 class GetPipelineExecutionOutput < Struct.new( :pipeline_execution) SENSITIVE = [] include Aws::Structure end |