Class: Aws::CodePipeline::Types::RollbackStageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::RollbackStageOutput
- 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 execution ID of the pipeline execution for the stage that has been rolled back.
Instance Attribute Details
#pipeline_execution_id ⇒ String
The execution ID of the pipeline execution for the stage that has been rolled back.
4310 4311 4312 4313 4314 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4310 class RollbackStageOutput < Struct.new( :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |