PartListElement

public struct PartListElement : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The byte range of a part, inclusive of the upper value of the range.

    Declaration

    Swift

    public let rangeInBytes: String?
  • The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never null.

    Declaration

    Swift

    public let sHA256TreeHash: String?
  • Undocumented

    Declaration

    Swift

    public init(rangeInBytes: String? = nil, sHA256TreeHash: String? = nil)