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:



6447
6448
6449
6450
6451
6452
6453
6454
# File 'lib/aws-sdk-glue/types.rb', line 6447

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)


6447
6448
6449
6450
6451
6452
6453
6454
# File 'lib/aws-sdk-glue/types.rb', line 6447

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)


6447
6448
6449
6450
6451
6452
6453
6454
# File 'lib/aws-sdk-glue/types.rb', line 6447

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

#statusString

The status for this run.

Returns:

  • (String)


6447
6448
6449
6450
6451
6452
6453
6454
# File 'lib/aws-sdk-glue/types.rb', line 6447

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