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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glacier/types.rb

Overview

The Amazon Glacier response to your request.

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

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

Returns:

  • (String)


1443
1444
1445
1446
1447
# File 'lib/aws-sdk-glacier/types.rb', line 1443

class InitiateMultipartUploadOutput < Struct.new(
  :location,
  :upload_id)
  include Aws::Structure
end

#upload_idString

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

Returns:

  • (String)


1443
1444
1445
1446
1447
# File 'lib/aws-sdk-glacier/types.rb', line 1443

class InitiateMultipartUploadOutput < Struct.new(
  :location,
  :upload_id)
  include Aws::Structure
end