Class: Aws::Glue::Types::DataQualityRulesetListDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityRulesetListDetails
- 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
-
#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.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 |
# File 'lib/aws-sdk-glue/types.rb', line 7152 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.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 |
# File 'lib/aws-sdk-glue/types.rb', line 7152 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.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 |
# File 'lib/aws-sdk-glue/types.rb', line 7152 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.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 |
# File 'lib/aws-sdk-glue/types.rb', line 7152 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.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 |
# File 'lib/aws-sdk-glue/types.rb', line 7152 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.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 |
# File 'lib/aws-sdk-glue/types.rb', line 7152 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.
7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 |
# File 'lib/aws-sdk-glue/types.rb', line 7152 class DataQualityRulesetListDetails < Struct.new( :name, :description, :created_on, :last_modified_on, :target_table, :recommendation_run_id, :rule_count) SENSITIVE = [] include Aws::Structure end |