UploadListElement
public struct UploadListElement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the archive that was specified in the Initiate Multipart Upload request.
Declaration
Swift
public let archiveDescription: String?
-
The UTC time at which the multipart upload was initiated.
Declaration
Swift
public let creationDate: String?
-
The ID of a multipart upload.
Declaration
Swift
public let multipartUploadId: String?
-
The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.
Declaration
Swift
public let partSizeInBytes: Int64?
-
The Amazon Resource Name (ARN) of the vault that contains the archive.
Declaration
Swift
public let vaultARN: String?
-
Undocumented
Declaration
Swift
public init(archiveDescription: String? = nil, creationDate: String? = nil, multipartUploadId: String? = nil, partSizeInBytes: Int64? = nil, vaultARN: String? = nil)