Class: Aws::Glue::Types::DataQualityRulesetListDetails

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

Overview

Describes a data quality ruleset returned by ‘GetDataQualityRuleset`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_onTime

The date and time the data quality ruleset was created.



8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
# File 'lib/aws-sdk-glue/types.rb', line 8586

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the data quality ruleset.



8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
# File 'lib/aws-sdk-glue/types.rb', line 8586

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_onTime

The date and time the data quality ruleset was last modified.



8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
# File 'lib/aws-sdk-glue/types.rb', line 8586

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data quality ruleset.



8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
# File 'lib/aws-sdk-glue/types.rb', line 8586

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_run_idString

When a ruleset was created from a recommendation run, this run ID is generated to link the two together.



8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
# File 'lib/aws-sdk-glue/types.rb', line 8586

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#rule_countInteger

The number of rules in the ruleset.



8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
# File 'lib/aws-sdk-glue/types.rb', line 8586

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#target_tableTypes::DataQualityTargetTable

An object representing an Glue table.



8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
# File 'lib/aws-sdk-glue/types.rb', line 8586

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end