Class: Aws::CodePipeline::Types::StageExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::StageExecution
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Represents information about the run of a stage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_execution_id ⇒ String
The ID of the pipeline execution associated with the stage.
-
#status ⇒ String
The status of the stage, or for a completed stage, the last status of the stage.
-
#type ⇒ String
The type of pipeline execution for the stage, such as a rollback pipeline execution.
Instance Attribute Details
#pipeline_execution_id ⇒ String
The ID of the pipeline execution associated with the stage.
5073 5074 5075 5076 5077 5078 5079 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5073 class StageExecution < Struct.new( :pipeline_execution_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the stage, or for a completed stage, the last status of the stage.
5073 5074 5075 5076 5077 5078 5079 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5073 class StageExecution < Struct.new( :pipeline_execution_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of pipeline execution for the stage, such as a rollback pipeline execution.
5073 5074 5075 5076 5077 5078 5079 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5073 class StageExecution < Struct.new( :pipeline_execution_id, :status, :type) SENSITIVE = [] include Aws::Structure end |