Class: Aws::CodePipeline::Types::PipelineExecutionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PipelineExecutionFilter
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
The pipeline execution to filter on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#succeeded_in_stage ⇒ Types::SucceededInStageFilter
Filter for pipeline executions where the stage was successful in the current pipeline version.
Instance Attribute Details
#succeeded_in_stage ⇒ Types::SucceededInStageFilter
Filter for pipeline executions where the stage was successful in the current pipeline version.
3434 3435 3436 3437 3438 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3434 class PipelineExecutionFilter < Struct.new( :succeeded_in_stage) SENSITIVE = [] include Aws::Structure end |