NAME

Paws::Glacier::ListPartsOutput

ATTRIBUTES

ArchiveDescription => Str

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

CreationDate => Str

The UTC time at which the multipart upload was initiated.

Marker => Str

An opaque string that represents where to continue pagination of the
results. You use the marker in a new List Parts request to obtain more
jobs in the list. If there are no more parts, this value is C<null>.

MultipartUploadId => Str

The ID of the upload to which the parts are associated.

Parts => ArrayRef[Paws::Glacier::PartListElement]

A list of the part sizes of the multipart upload.

PartSizeInBytes => Int

The part size in bytes.

VaultARN => Str

The Amazon Resource Name (ARN) of the vault to which the multipart
upload was initiated.