Class: Aws::CodePipeline::Types::StopPipelineExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::StopPipelineExecutionOutput
- Defined in:
- gems/aws-sdk-codepipeline/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.
5266 5267 5268 5269 5270 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5266 class StopPipelineExecutionOutput < Struct.new( :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |