Class: Aws::CodePipeline::Types::PipelineRollbackMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PipelineRollbackMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
The metadata for the stage execution to be rolled back.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rollback_target_pipeline_execution_id ⇒ String
The pipeline execution ID to which the stage will be rolled back.
Instance Attribute Details
#rollback_target_pipeline_execution_id ⇒ String
The pipeline execution ID to which the stage will be rolled back.
3616 3617 3618 3619 3620 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3616 class PipelineRollbackMetadata < Struct.new( :rollback_target_pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |