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.
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 |