Class: Aws::CodePipeline::Types::SucceededInStageFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stage_nameString

The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.

Returns:

  • (String)


5181
5182
5183
5184
5185
# File 'lib/aws-sdk-codepipeline/types.rb', line 5181

class SucceededInStageFilter < Struct.new(
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end