Class: Aws::DataZone::Types::LineageSqlQueryRunDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LineageSqlQueryRunDetails
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The SQL query run details of a data lineage run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_messages ⇒ Array<String>
The error message of the SQL query run details of a data lineage run.
-
#num_queries_failed ⇒ Integer
The number of queries that failed in the SQL query run details of a data lineage run.
-
#query_end_time ⇒ Time
The query end time in the SQL query run details of a data lineage run.
-
#query_start_time ⇒ Time
The query start time in the SQL query run details of a data lineage run.
-
#total_queries_processed ⇒ Integer
The total queries processed in the SQL query run details of a data lineage run.
Instance Attribute Details
#error_messages ⇒ Array<String>
The error message of the SQL query run details of a data lineage run.
11367 11368 11369 11370 11371 11372 11373 11374 11375 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11367 class LineageSqlQueryRunDetails < Struct.new( :error_messages, :num_queries_failed, :query_end_time, :query_start_time, :total_queries_processed) SENSITIVE = [] include Aws::Structure end |
#num_queries_failed ⇒ Integer
The number of queries that failed in the SQL query run details of a data lineage run.
11367 11368 11369 11370 11371 11372 11373 11374 11375 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11367 class LineageSqlQueryRunDetails < Struct.new( :error_messages, :num_queries_failed, :query_end_time, :query_start_time, :total_queries_processed) SENSITIVE = [] include Aws::Structure end |
#query_end_time ⇒ Time
The query end time in the SQL query run details of a data lineage run.
11367 11368 11369 11370 11371 11372 11373 11374 11375 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11367 class LineageSqlQueryRunDetails < Struct.new( :error_messages, :num_queries_failed, :query_end_time, :query_start_time, :total_queries_processed) SENSITIVE = [] include Aws::Structure end |
#query_start_time ⇒ Time
The query start time in the SQL query run details of a data lineage run.
11367 11368 11369 11370 11371 11372 11373 11374 11375 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11367 class LineageSqlQueryRunDetails < Struct.new( :error_messages, :num_queries_failed, :query_end_time, :query_start_time, :total_queries_processed) SENSITIVE = [] include Aws::Structure end |
#total_queries_processed ⇒ Integer
The total queries processed in the SQL query run details of a data lineage run.
11367 11368 11369 11370 11371 11372 11373 11374 11375 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11367 class LineageSqlQueryRunDetails < Struct.new( :error_messages, :num_queries_failed, :query_end_time, :query_start_time, :total_queries_processed) SENSITIVE = [] include Aws::Structure end |