Class: Aws::QLDB::Types::GetRevisionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QLDB::Types::GetRevisionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-qldb/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:proof, :revision]
Instance Attribute Summary collapse
- 
  
    
      #proof  ⇒ Types::ValueHolder 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The proof object in Amazon Ion format returned by a ‘GetRevision` request.
 - 
  
    
      #revision  ⇒ Types::ValueHolder 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The document revision data object in Amazon Ion format.
 
Instance Attribute Details
#proof ⇒ Types::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.
      589 590 591 592 593 594  | 
    
      # File 'lib/aws-sdk-qldb/types.rb', line 589 class GetRevisionResponse < Struct.new( :proof, :revision) SENSITIVE = [:proof, :revision] include Aws::Structure end  | 
  
#revision ⇒ Types::ValueHolder
The document revision data object in Amazon Ion format.
      589 590 591 592 593 594  | 
    
      # File 'lib/aws-sdk-qldb/types.rb', line 589 class GetRevisionResponse < Struct.new( :proof, :revision) SENSITIVE = [:proof, :revision] include Aws::Structure end  |