Class: Aws::CodePipeline::Types::FailureConditions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

The configuration that specifies the result, such as rollback, to occur upon stage failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultString

The specified result for when the failure conditions are met, such as rolling back the stage.

Returns:

  • (String)


1766
1767
1768
1769
1770
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1766

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