CopyObjectResult
public struct CopyObjectResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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
Swift
public let eTag: String?
-
Returns the date that the object was last modified.
Declaration
Swift
public let lastModified: TimeStamp?
-
Undocumented
Declaration
Swift
public init(eTag: String? = nil, lastModified: TimeStamp? = nil)