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

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

Overview

Contains the Amazon S3 Glacier response to your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#checksumString

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

Returns:

  • (String)


2326
2327
2328
2329
2330
# File 'lib/aws-sdk-glacier/types.rb', line 2326

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