Class: Aws::CodePipeline::Types::StageConditionsExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::StageConditionsExecution
- 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
-
#status ⇒ String
The status of a run of a condition for a stage.
-
#summary ⇒ String
A summary of the run of the condition for a stage.
Instance Attribute Details
#status ⇒ String
The status of a run of a condition for a stage.
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 |
#summary ⇒ String
A summary of the run of the condition for a stage.
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 |