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

Class: Aws::Glacier::Types::InitiateMultipartUploadOutput

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

Overview

The Amazon S3 Glacier response to your request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

The relative URI path of the multipart upload ID Amazon S3 Glacier created.

Returns:

  • (String)

    The relative URI path of the multipart upload ID Amazon S3 Glacier created.

#upload_idString

The ID of the multipart upload. This value is also included as part of the location.

Returns:

  • (String)

    The ID of the multipart upload.