Class: Aws::DataZone::Types::LineageSqlQueryRunDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#error_messagesArray<String>

The error message of the SQL query run details of a data lineage run.

Returns:

  • (Array<String>)


12065
12066
12067
12068
12069
12070
12071
12072
12073
# File 'lib/aws-sdk-datazone/types.rb', line 12065

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_failedInteger

The number of queries that failed in the SQL query run details of a data lineage run.

Returns:

  • (Integer)


12065
12066
12067
12068
12069
12070
12071
12072
12073
# File 'lib/aws-sdk-datazone/types.rb', line 12065

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_timeTime

The query end time in the SQL query run details of a data lineage run.

Returns:

  • (Time)


12065
12066
12067
12068
12069
12070
12071
12072
12073
# File 'lib/aws-sdk-datazone/types.rb', line 12065

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_timeTime

The query start time in the SQL query run details of a data lineage run.

Returns:

  • (Time)


12065
12066
12067
12068
12069
12070
12071
12072
12073
# File 'lib/aws-sdk-datazone/types.rb', line 12065

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_processedInteger

The total queries processed in the SQL query run details of a data lineage run.

Returns:

  • (Integer)


12065
12066
12067
12068
12069
12070
12071
12072
12073
# File 'lib/aws-sdk-datazone/types.rb', line 12065

class LineageSqlQueryRunDetails < Struct.new(
  :error_messages,
  :num_queries_failed,
  :query_end_time,
  :query_start_time,
  :total_queries_processed)
  SENSITIVE = []
  include Aws::Structure
end