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