You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glacier::Types::UploadListElement

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#archive_descriptionString

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

Returns:

  • (String)

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

#creation_dateTime

Returns:

  • (Time)

#multipart_upload_idString

The ID of a multipart upload.

Returns:

  • (String)

    The ID of a multipart upload.

#part_size_in_bytesInteger

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.

Returns:

  • (Integer)

    The part size, in bytes, specified in the Initiate Multipart Upload request.

#vault_arnString

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

Returns:

  • (String)

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