Class: Aws::CodePipeline::Types::ConditionExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ConditionExecution
- Defined in:
- gems/aws-sdk-codepipeline/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.
1393 1394 1395 1396 1397 1398 1399 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1393 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the run for a condition.
1393 1394 1395 1396 1397 1398 1399 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1393 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.
1393 1394 1395 1396 1397 1398 1399 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1393 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end |