BatchGetBuildBatchesOutput
public struct BatchGetBuildBatchesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of BuildBatch objects that represent the retrieved batch builds.
Declaration
Swift
public let buildBatches: [BuildBatch]? -
An array that contains the identifiers of any batch builds that are not found.
Declaration
Swift
public let buildBatchesNotFound: [String]? -
Undocumented
Declaration
Swift
public init(buildBatches: [BuildBatch]? = nil, buildBatchesNotFound: [String]? = nil)
View on GitHub
BatchGetBuildBatchesOutput Structure Reference