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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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)


4383
4384
4385
4386
4387
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4383

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