AWSS3ReplicateObjectResult
Objective-C
@interface AWSS3ReplicateObjectResult
Swift
class AWSS3ReplicateObjectResult
Container for all response elements.
-
Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata. The source and destination ETag is identical for a successfully copied object.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ETag;
Swift
var eTag: String? { get set }
-
Returns the date that the object was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModified;
Swift
var lastModified: Date? { get set }