Class: Aws::CodePipeline::Types::ConditionExecution

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

Overview

The run of a condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_status_changeTime

The last status change of the condition.

Returns:

  • (Time)


1361
1362
1363
1364
1365
1366
1367
# File 'lib/aws-sdk-codepipeline/types.rb', line 1361

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

#statusString

The status of the run for a condition.

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
# File 'lib/aws-sdk-codepipeline/types.rb', line 1361

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

#summaryString

The summary of information about a run for a condition.

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
# File 'lib/aws-sdk-codepipeline/types.rb', line 1361

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