Class: Aws::QLDB::Types::DescribeJournalKinesisStreamRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QLDB::Types::DescribeJournalKinesisStreamRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-qldb/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ledger_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the ledger.
 - 
  
    
      #stream_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.
 
Instance Attribute Details
#ledger_name ⇒ String
The name of the ledger.
      242 243 244 245 246 247  | 
    
      # File 'lib/aws-sdk-qldb/types.rb', line 242 class DescribeJournalKinesisStreamRequest < Struct.new( :ledger_name, :stream_id) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_id ⇒ String
The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.
      242 243 244 245 246 247  | 
    
      # File 'lib/aws-sdk-qldb/types.rb', line 242 class DescribeJournalKinesisStreamRequest < Struct.new( :ledger_name, :stream_id) SENSITIVE = [] include Aws::Structure end  |