Class: Aws::Glue::Types::DataQualityRuleRecommendationRunDescription

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

Overview

Describes the result of a data quality rule recommendation run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

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

Returns:



5901
5902
5903
5904
5905
5906
5907
5908
# File 'lib/aws-sdk-glue/types.rb', line 5901

class DataQualityRuleRecommendationRunDescription < 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)


5901
5902
5903
5904
5905
5906
5907
5908
# File 'lib/aws-sdk-glue/types.rb', line 5901

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

#started_onTime

The date and time when this run started.

Returns:

  • (Time)


5901
5902
5903
5904
5905
5906
5907
5908
# File 'lib/aws-sdk-glue/types.rb', line 5901

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

#statusString

The status for this run.

Returns:

  • (String)


5901
5902
5903
5904
5905
5906
5907
5908
# File 'lib/aws-sdk-glue/types.rb', line 5901

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