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

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

Overview

The Amazon S3 Glacier response to your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

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

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1171

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

#upload_idString

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

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1171

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