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

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

Overview

A list of the part sizes of the multipart upload.

Constant Summary collapse

SENSITIVE =
[]

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)


1868
1869
1870
1871
1872
1873
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1868

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

#sha256_tree_hashString

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

Returns:

  • (String)


1868
1869
1870
1871
1872
1873
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1868

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