Class: Aws::Glacier::Types::PartListElement

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

Overview

A list of the part sizes of the multipart upload.

Instance Attribute Summary collapse

Instance Attribute Details

#range_in_bytesString

The byte range of a part, inclusive of the upper value of the range.

Returns:

  • (String)


2242
2243
2244
2245
2246
# File 'lib/aws-sdk-glacier/types.rb', line 2242

class PartListElement < Struct.new(
  :range_in_bytes,
  :sha256_tree_hash)
  include Aws::Structure
end

#sha256_tree_hashString

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never ‘null`.

Returns:

  • (String)


2242
2243
2244
2245
2246
# File 'lib/aws-sdk-glacier/types.rb', line 2242

class PartListElement < Struct.new(
  :range_in_bytes,
  :sha256_tree_hash)
  include Aws::Structure
end