Class: Aws::Glacier::Types::UploadMultipartPartOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::UploadMultipartPartOutput
- 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
-
#checksum ⇒ String
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
Instance Attribute Details
#checksum ⇒ String
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
2342 2343 2344 2345 2346 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2342 class UploadMultipartPartOutput < Struct.new( :checksum) SENSITIVE = [] include Aws::Structure end |