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.
5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5762 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.
5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5762 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.
5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5762 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.
5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5762 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.
5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5762 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.
5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5762 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.
5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5762 class DataQualityRulesetListDetails < Struct.new( :name, :description, :created_on, :last_modified_on, :target_table, :recommendation_run_id, :rule_count) SENSITIVE = [] include Aws::Structure end |