Class: Aws::Glue::Types::DataQualityRulesetListDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityRulesetListDetails
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Describes a data quality ruleset returned by GetDataQualityRuleset
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_on ⇒ Time
The date and time the data quality ruleset was created.
-
#description ⇒ String
A description of the data quality ruleset.
-
#last_modified_on ⇒ Time
The date and time the data quality ruleset was last modified.
-
#name ⇒ String
The name of the data quality ruleset.
-
#recommendation_run_id ⇒ String
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
-
#rule_count ⇒ Integer
The number of rules in the ruleset.
-
#target_table ⇒ Types::DataQualityTargetTable
An object representing an Glue table.
Instance Attribute Details
#created_on ⇒ Time
The date and time the data quality ruleset was created.
8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8002 class DataQualityRulesetListDetails < Struct.new( :name, :description, :created_on, :last_modified_on, :target_table, :recommendation_run_id, :rule_count) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the data quality ruleset.
8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8002 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_on ⇒ Time
The date and time the data quality ruleset was last modified.
8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8002 class DataQualityRulesetListDetails < Struct.new( :name, :description, :created_on, :last_modified_on, :target_table, :recommendation_run_id, :rule_count) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data quality ruleset.
8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8002 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_id ⇒ String
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8002 class DataQualityRulesetListDetails < Struct.new( :name, :description, :created_on, :last_modified_on, :target_table, :recommendation_run_id, :rule_count) SENSITIVE = [] include Aws::Structure end |
#rule_count ⇒ Integer
The number of rules in the ruleset.
8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8002 class DataQualityRulesetListDetails < Struct.new( :name, :description, :created_on, :last_modified_on, :target_table, :recommendation_run_id, :rule_count) SENSITIVE = [] include Aws::Structure end |
#target_table ⇒ Types::DataQualityTargetTable
An object representing an Glue table.
8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8002 class DataQualityRulesetListDetails < Struct.new( :name, :description, :created_on, :last_modified_on, :target_table, :recommendation_run_id, :rule_count) SENSITIVE = [] include Aws::Structure end |