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.
| 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 | # File 'lib/aws-sdk-glue/types.rb', line 12163 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.
| 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 | # File 'lib/aws-sdk-glue/types.rb', line 12163 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.
| 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 | # File 'lib/aws-sdk-glue/types.rb', line 12163 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.
| 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 | # File 'lib/aws-sdk-glue/types.rb', line 12163 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.
| 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 | # File 'lib/aws-sdk-glue/types.rb', line 12163 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.
| 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 | # File 'lib/aws-sdk-glue/types.rb', line 12163 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.
| 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 | # File 'lib/aws-sdk-glue/types.rb', line 12163 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.
| 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 | # File 'lib/aws-sdk-glue/types.rb', line 12163 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 |