Class: Aws::DataZone::Types::LineageRunDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataZone::Types::LineageRunDetails
 
 
- Defined in:
 - gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
 
Overview
The data lineage run details.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #sql_query_run_details  ⇒ Types::LineageSqlQueryRunDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The SQL query run details of a data lineage run.
 
Instance Attribute Details
#sql_query_run_details ⇒ Types::LineageSqlQueryRunDetails
The SQL query run details of a data lineage run.
      12280 12281 12282 12283 12284  | 
    
      # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12280 class LineageRunDetails < Struct.new( :sql_query_run_details) SENSITIVE = [] include Aws::Structure end  |