StageExecution
public struct StageExecution : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the pipeline execution associated with the stage.
Declaration
Swift
public let pipelineExecutionId: String -
The status of the stage, or for a completed stage, the last status of the stage.
Declaration
Swift
public let status: StageExecutionStatus -
Undocumented
Declaration
Swift
public init(pipelineExecutionId: String, status: StageExecutionStatus)
View on GitHub
StageExecution Structure Reference