Class: Aws::CodePipeline::Types::StopPipelineExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::StopPipelineExecutionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_execution_id ⇒ String
The unique system-generated ID of the pipeline execution that was stopped.
Instance Attribute Details
#pipeline_execution_id ⇒ String
The unique system-generated ID of the pipeline execution that was stopped.
5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 5165 class StopPipelineExecutionOutput < Struct.new( :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |