Class: Aws::DataZone::Types::LineageRunDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sql_query_run_detailsTypes::LineageSqlQueryRunDetails

The SQL query run details of a data lineage run.



11332
11333
11334
11335
11336
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11332

class LineageRunDetails < Struct.new(
  :sql_query_run_details)
  SENSITIVE = []
  include Aws::Structure
end