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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4888
4889
4890
4891
4892
4893
# File 'lib/aws-sdk-codepipeline/types.rb', line 4888

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)


4888
4889
4890
4891
4892
4893
# File 'lib/aws-sdk-codepipeline/types.rb', line 4888

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