Class: Aws::QLDB::Types::GetRevisionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:proof, :revision]

Instance Attribute Summary collapse

Instance Attribute Details

#proofTypes::ValueHolder

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.

Returns:



589
590
591
592
593
594
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 589

class GetRevisionResponse < Struct.new(
  :proof,
  :revision)
  SENSITIVE = [:proof, :revision]
  include Aws::Structure
end

#revisionTypes::ValueHolder

The document revision data object in Amazon Ion format.

Returns:



589
590
591
592
593
594
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 589

class GetRevisionResponse < Struct.new(
  :proof,
  :revision)
  SENSITIVE = [:proof, :revision]
  include Aws::Structure
end