BuildSummary
public struct BuildSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The batch build ARN.
Declaration
Swift
public let arn: String?
-
The status of the build group. FAILED The build group failed. FAULT The build group faulted. IN_PROGRESS The build group is still in progress. STOPPED The build group stopped. SUCCEEDED The build group succeeded. TIMED_OUT The build group timed out.
Declaration
Swift
public let buildStatus: StatusType?
-
A ResolvedArtifact object that represents the primary build artifacts for the build group.
Declaration
Swift
public let primaryArtifact: ResolvedArtifact?
-
When the build was started, expressed in Unix time format.
Declaration
Swift
public let requestedOn: TimeStamp?
-
An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.
Declaration
Swift
public let secondaryArtifacts: [ResolvedArtifact]?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, buildStatus: StatusType? = nil, primaryArtifact: ResolvedArtifact? = nil, requestedOn: TimeStamp? = nil, secondaryArtifacts: [ResolvedArtifact]? = nil)