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

Class: Aws::Glacier::Types::ListPartsOutput

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

Overview

Contains the Amazon S3 Glacier response to your request.

Returned by:

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)

#markerString

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 null.

Returns:

  • (String)

    An opaque string that represents where to continue pagination of the results.

#multipart_upload_idString

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

Returns:

  • (String)

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

#part_size_in_bytesInteger

The part size in bytes. This is the same value that you specified in the Initiate Multipart Upload request.

Returns:

  • (Integer)

    The part size in bytes.

#partsArray<Types::PartListElement>

A list of the part sizes of the multipart upload. Each object in the array contains a RangeBytes and sha256-tree-hash name/value pair.

Returns:

#vault_arnString

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

Returns:

  • (String)

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