class Aws::Glacier::Types::ListPartsOutput
Contains the Amazon S3 Glacier
response to your request.
@!attribute [rw] multipart_upload_id
The ID of the upload to which the parts are associated. @return [String]
@!attribute [rw] vault_arn
The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated. @return [String]
@!attribute [rw] archive_description
The description of the archive that was specified in the Initiate Multipart Upload request. @return [String]
@!attribute [rw] part_size_in_bytes
The part size in bytes. This is the same value that you specified in the Initiate Multipart Upload request. @return [Integer]
@!attribute [rw] creation_date
The UTC time at which the multipart upload was initiated. @return [Time]
@!attribute [rw] parts
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. @return [Array<Types::PartListElement>]
@!attribute [rw] marker
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`. @return [String]
Constants
- SENSITIVE