MultipartUpload
public struct MultipartUpload : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Date and time at which the multipart upload was initiated.
Declaration
Swift
public let initiated: TimeStamp?
-
Identifies who initiated the multipart upload.
Declaration
Swift
public let initiator: Initiator?
-
Key of the object for which the multipart upload was initiated.
Declaration
Swift
public let key: String?
-
Specifies the owner of the object that is part of the multipart upload.
Declaration
Swift
public let owner: Owner?
-
The class of storage used to store the object.
Declaration
Swift
public let storageClass: StorageClass?
-
Upload ID that identifies the multipart upload.
Declaration
Swift
public let uploadId: String?
-
Undocumented
Declaration
Swift
public init(initiated: TimeStamp? = nil, initiator: Initiator? = nil, key: String? = nil, owner: Owner? = nil, storageClass: StorageClass? = nil, uploadId: String? = nil)