BuildBatchPhase
public struct BuildBatchPhase : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Additional information about the batch build phase. Especially to help troubleshoot a failed btach build. DeclarationSwift public let contexts: [PhaseContext]?
- 
                  
                  How long, in seconds, between the starting and ending times of the batch build’s phase. DeclarationSwift public let durationInSeconds: Int64?
- 
                  
                  When the batch build phase ended, expressed in Unix time format. DeclarationSwift public let endTime: TimeStamp?
- 
                  
                  The current status of the batch build phase. Valid values include: FAILED The build phase failed. FAULT The build phase faulted. IN_PROGRESS The build phase is still in progress. QUEUED The build has been submitted and is queued behind other submitted builds. STOPPED The build phase stopped. SUCCEEDED The build phase succeeded. TIMED_OUT The build phase timed out. DeclarationSwift public let phaseStatus: StatusType?
- 
                  
                  The name of the batch build phase. Valid values include: COMBINE_ARTIFACTS Build output artifacts are being combined and uploaded to the output location. DOWNLOAD_BATCHSPEC The batch build specification is being downloaded. FAILED One or more of the builds failed. IN_PROGRESS The batch build is in progress. STOPPED The batch build was stopped. SUBMITTED The btach build has been submitted. SUCCEEDED The batch build succeeded. DeclarationSwift public let phaseType: BuildBatchPhaseType?
- 
                  
                  When the batch build phase started, expressed in Unix time format. DeclarationSwift public let startTime: TimeStamp?
- 
                  
                  Undocumented DeclarationSwift public init(contexts: [PhaseContext]? = nil, durationInSeconds: Int64? = nil, endTime: TimeStamp? = nil, phaseStatus: StatusType? = nil, phaseType: BuildBatchPhaseType? = nil, startTime: TimeStamp? = nil)
 View on GitHub
View on GitHub BuildBatchPhase Structure Reference
        BuildBatchPhase Structure Reference