Class: Aws::Glue::Types::GetDataQualityRulesetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDataQualityRulesetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_on ⇒ Time
A timestamp.
-
#data_quality_security_configuration ⇒ String
The name of the security configuration created with the data quality encryption option.
-
#description ⇒ String
A description of the ruleset.
-
#last_modified_on ⇒ Time
A timestamp.
-
#name ⇒ String
The name of the ruleset.
-
#recommendation_run_id ⇒ String
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
-
#ruleset ⇒ String
A Data Quality Definition Language (DQDL) ruleset.
-
#target_table ⇒ Types::DataQualityTargetTable
The name and database name of the target table.
Instance Attribute Details
#created_on ⇒ Time
A timestamp. The time and date that this data quality ruleset was created.
10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 |
# File 'lib/aws-sdk-glue/types.rb', line 10603 class GetDataQualityRulesetResponse < Struct.new( :name, :description, :ruleset, :target_table, :created_on, :last_modified_on, :recommendation_run_id, :data_quality_security_configuration) SENSITIVE = [] include Aws::Structure end |
#data_quality_security_configuration ⇒ String
The name of the security configuration created with the data quality encryption option.
10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 |
# File 'lib/aws-sdk-glue/types.rb', line 10603 class GetDataQualityRulesetResponse < Struct.new( :name, :description, :ruleset, :target_table, :created_on, :last_modified_on, :recommendation_run_id, :data_quality_security_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the ruleset.
10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 |
# File 'lib/aws-sdk-glue/types.rb', line 10603 class GetDataQualityRulesetResponse < Struct.new( :name, :description, :ruleset, :target_table, :created_on, :last_modified_on, :recommendation_run_id, :data_quality_security_configuration) SENSITIVE = [] include Aws::Structure end |
#last_modified_on ⇒ Time
A timestamp. The last point in time when this data quality ruleset was modified.
10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 |
# File 'lib/aws-sdk-glue/types.rb', line 10603 class GetDataQualityRulesetResponse < Struct.new( :name, :description, :ruleset, :target_table, :created_on, :last_modified_on, :recommendation_run_id, :data_quality_security_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ruleset.
10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 |
# File 'lib/aws-sdk-glue/types.rb', line 10603 class GetDataQualityRulesetResponse < Struct.new( :name, :description, :ruleset, :target_table, :created_on, :last_modified_on, :recommendation_run_id, :data_quality_security_configuration) 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.
10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 |
# File 'lib/aws-sdk-glue/types.rb', line 10603 class GetDataQualityRulesetResponse < Struct.new( :name, :description, :ruleset, :target_table, :created_on, :last_modified_on, :recommendation_run_id, :data_quality_security_configuration) SENSITIVE = [] include Aws::Structure end |
#ruleset ⇒ String
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 |
# File 'lib/aws-sdk-glue/types.rb', line 10603 class GetDataQualityRulesetResponse < Struct.new( :name, :description, :ruleset, :target_table, :created_on, :last_modified_on, :recommendation_run_id, :data_quality_security_configuration) SENSITIVE = [] include Aws::Structure end |
#target_table ⇒ Types::DataQualityTargetTable
The name and database name of the target table.
10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 |
# File 'lib/aws-sdk-glue/types.rb', line 10603 class GetDataQualityRulesetResponse < Struct.new( :name, :description, :ruleset, :target_table, :created_on, :last_modified_on, :recommendation_run_id, :data_quality_security_configuration) SENSITIVE = [] include Aws::Structure end |