BatchDeleteBuildsOutput
public struct BatchDeleteBuildsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IDs of the builds that were successfully deleted.
Declaration
Swift
public let buildsDeleted: [String]?
-
Information about any builds that could not be successfully deleted.
Declaration
Swift
public let buildsNotDeleted: [BuildNotDeleted]?
-
Undocumented
Declaration
Swift
public init(buildsDeleted: [String]? = nil, buildsNotDeleted: [BuildNotDeleted]? = nil)