DeleteBuildBatchOutput
public struct DeleteBuildBatchOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of strings that contain the identifiers of the builds that were deleted.
Declaration
Swift
public let buildsDeleted: [String]? -
An array of BuildNotDeleted objects that specify the builds that could not be deleted.
Declaration
Swift
public let buildsNotDeleted: [BuildNotDeleted]? -
The status code.
Declaration
Swift
public let statusCode: String? -
Undocumented
Declaration
Swift
public init(buildsDeleted: [String]? = nil, buildsNotDeleted: [BuildNotDeleted]? = nil, statusCode: String? = nil)
View on GitHub
DeleteBuildBatchOutput Structure Reference