AWSS3DeleteObjectsOutput
Objective-C
@interface AWSS3DeleteObjectsOutput
Swift
class AWSS3DeleteObjectsOutput
-
Container element for a successful delete. It identifies the object that was successfully deleted.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSS3DeletedObject *> *_Nullable deleted;
Swift
var deleted: [AWSS3DeletedObject]? { get set }
-
Container for a failed delete operation that describes the object that Amazon S3 attempted to delete and the error it encountered.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSS3Error *> *_Nullable errors;
Swift
var errors: [AWSS3Error]? { get set }
-
If present, indicates that the requester was successfully charged for the request.
Declaration
Objective-C
@property (nonatomic) AWSS3RequestCharged requestCharged;
Swift
var requestCharged: AWSS3RequestCharged { get set }