GetRevisionResponse

public struct GetRevisionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The proof object in Amazon Ion format returned by a GetRevision request. A proof contains the list of hash values that are required to recalculate the specified digest using a Merkle tree, starting with the specified document revision.

    Declaration

    Swift

    public let proof: ValueHolder?
  • The document revision data object in Amazon Ion format.

    Declaration

    Swift

    public let revision: ValueHolder
  • Undocumented

    Declaration

    Swift

    public init(proof: ValueHolder? = nil, revision: ValueHolder)