AWSS3ReplicatePartResult

Objective-C

@interface AWSS3ReplicatePartResult

Swift

class AWSS3ReplicatePartResult

Container for all response elements.

  • Entity tag of the object.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ETag;

    Swift

    var eTag: String? { get set }
  • Date and time at which the object was uploaded.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModified;

    Swift

    var lastModified: Date? { get set }