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

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

Overview

Contains the Amazon Glacier response to your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#checksumString

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

Returns:

  • (String)


2350
2351
2352
2353
2354
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2350

class UploadMultipartPartOutput < Struct.new(
  :checksum)
  SENSITIVE = []
  include Aws::Structure
end