DeleteObjectsOutput
public struct DeleteObjectsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Container element for a successful delete. It identifies the object that was successfully deleted.
Declaration
Swift
public let deleted: [DeletedObject]? -
Container for a failed delete operation that describes the object that Amazon S3 attempted to delete and the error it encountered.
Declaration
Swift
public let errors: [Error]? -
Undocumented
Declaration
Swift
public let requestCharged: RequestCharged? -
Undocumented
Declaration
Swift
public init(deleted: [DeletedObject]? = nil, errors: [Error]? = nil, requestCharged: RequestCharged? = nil)
View on GitHub
DeleteObjectsOutput Structure Reference