Class: Aws::Glue::Types::DataQualityRulesetEvaluationRunDescription

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

Overview

Describes the result of a data quality ruleset evaluation run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

The data source (an Glue table) associated with the run.

Returns:



6534
6535
6536
6537
6538
6539
6540
6541
# File 'lib/aws-sdk-glue/types.rb', line 6534

class DataQualityRulesetEvaluationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The unique run identifier associated with this run.

Returns:

  • (String)


6534
6535
6536
6537
6538
6539
6540
6541
# File 'lib/aws-sdk-glue/types.rb', line 6534

class DataQualityRulesetEvaluationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

The date and time when the run started.

Returns:

  • (Time)


6534
6535
6536
6537
6538
6539
6540
6541
# File 'lib/aws-sdk-glue/types.rb', line 6534

class DataQualityRulesetEvaluationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status for this run.

Returns:

  • (String)


6534
6535
6536
6537
6538
6539
6540
6541
# File 'lib/aws-sdk-glue/types.rb', line 6534

class DataQualityRulesetEvaluationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end