Class: Aws::QConnect::Types::CitationSpan
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QConnect::Types::CitationSpan
 
 
- Defined in:
 - gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
 
Overview
Contains information about where the text with a citation begins and ends in the generated output.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #begin_offset_inclusive  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Where the text with a citation starts in the generated output.
 - 
  
    
      #end_offset_exclusive  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Where the text with a citation ends in the generated output.
 
Instance Attribute Details
#begin_offset_inclusive ⇒ Integer
Where the text with a citation starts in the generated output.
      1486 1487 1488 1489 1490 1491  | 
    
      # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1486 class CitationSpan < Struct.new( :begin_offset_inclusive, :end_offset_exclusive) SENSITIVE = [] include Aws::Structure end  | 
  
#end_offset_exclusive ⇒ Integer
Where the text with a citation ends in the generated output.
      1486 1487 1488 1489 1490 1491  | 
    
      # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1486 class CitationSpan < Struct.new( :begin_offset_inclusive, :end_offset_exclusive) SENSITIVE = [] include Aws::Structure end  |