Class: Aws::CodePipeline::Types::StageConditionsExecution

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

Overview

Represents information about the run of a condition for a stage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of a run of a condition for a stage.

Returns:

  • (String)


4983
4984
4985
4986
4987
4988
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4983

class StageConditionsExecution < Struct.new(
  :status,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end

#summaryString

A summary of the run of the condition for a stage.

Returns:

  • (String)


4983
4984
4985
4986
4987
4988
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4983

class StageConditionsExecution < Struct.new(
  :status,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end