Class: Aws::CodePipeline::Types::StartPipelineExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::StartPipelineExecutionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the output of a ‘StartPipelineExecution` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_execution_id ⇒ String
The unique system-generated ID of the pipeline execution that was started.
Instance Attribute Details
#pipeline_execution_id ⇒ String
The unique system-generated ID of the pipeline execution that was started.
5187 5188 5189 5190 5191 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 5187 class StartPipelineExecutionOutput < Struct.new( :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |