Class: Aws::CodePipeline::Types::SucceededInStageFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::SucceededInStageFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Filter for pipeline executions that have successfully completed the stage in the current pipeline version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stage_name ⇒ String
The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.
Instance Attribute Details
#stage_name ⇒ String
The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.
5568 5569 5570 5571 5572 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 5568 class SucceededInStageFilter < Struct.new( :stage_name) SENSITIVE = [] include Aws::Structure end |