Class: Aws::Glue::Types::DataQualityResultDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Describes a data quality result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

The table name associated with the data quality result.

Returns:



6382
6383
6384
6385
6386
6387
6388
6389
6390
# File 'lib/aws-sdk-glue/types.rb', line 6382

class DataQualityResultDescription < Struct.new(
  :result_id,
  :data_source,
  :job_name,
  :job_run_id,
  :started_on)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The job name associated with the data quality result.

Returns:

  • (String)


6382
6383
6384
6385
6386
6387
6388
6389
6390
# File 'lib/aws-sdk-glue/types.rb', line 6382

class DataQualityResultDescription < Struct.new(
  :result_id,
  :data_source,
  :job_name,
  :job_run_id,
  :started_on)
  SENSITIVE = []
  include Aws::Structure
end

#job_run_idString

The job run ID associated with the data quality result.

Returns:

  • (String)


6382
6383
6384
6385
6386
6387
6388
6389
6390
# File 'lib/aws-sdk-glue/types.rb', line 6382

class DataQualityResultDescription < Struct.new(
  :result_id,
  :data_source,
  :job_name,
  :job_run_id,
  :started_on)
  SENSITIVE = []
  include Aws::Structure
end

#result_idString

The unique result ID for this data quality result.

Returns:

  • (String)


6382
6383
6384
6385
6386
6387
6388
6389
6390
# File 'lib/aws-sdk-glue/types.rb', line 6382

class DataQualityResultDescription < Struct.new(
  :result_id,
  :data_source,
  :job_name,
  :job_run_id,
  :started_on)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

The time that the run started for this data quality result.

Returns:

  • (Time)


6382
6383
6384
6385
6386
6387
6388
6389
6390
# File 'lib/aws-sdk-glue/types.rb', line 6382

class DataQualityResultDescription < Struct.new(
  :result_id,
  :data_source,
  :job_name,
  :job_run_id,
  :started_on)
  SENSITIVE = []
  include Aws::Structure
end