Class: Aws::Glacier::Types::UploadMultipartPartOutput

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

Overview

Contains the Amazon Glacier response to your request.

Instance Attribute Summary collapse

Instance Attribute Details

#checksumString

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

Returns:

  • (String)


2730
2731
2732
2733
# File 'lib/aws-sdk-glacier/types.rb', line 2730

class UploadMultipartPartOutput < Struct.new(
  :checksum)
  include Aws::Structure
end