UploadListElement

A list of in-progress multipart uploads for a vault.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the archive that was specified in the Initiate Multipart Upload request.

Link copied to clipboard

The UTC time at which the multipart upload was initiated.

Link copied to clipboard

The ID of a multipart upload.

Link copied to clipboard

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.

Link copied to clipboard

The Amazon Resource Name (ARN) of the vault that contains the archive.

Functions

Link copied to clipboard
inline fun copy(block: UploadListElement.Builder.() -> Unit = {}): UploadListElement
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String