Class: Aws::CodePipeline::Types::ConditionExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ConditionExecution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
The run of a condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_status_change ⇒ Time
The last status change of the condition.
-
#status ⇒ String
The status of the run for a condition.
-
#summary ⇒ String
The summary of information about a run for a condition.
Instance Attribute Details
#last_status_change ⇒ Time
The last status change of the condition.
1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1381 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the run for a condition.
1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1381 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ String
The summary of information about a run for a condition.
1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1381 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end |