Class: Aws::Types::DataQualityRuleResultsOptions
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityRuleResultsOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_table_config ⇒ Types::CatalogTableConfigOptions
Returns the value of attribute catalog_table_config.
-
#write_data_quality_rule_results_enabled ⇒ Boolean
Returns the value of attribute write_data_quality_rule_results_enabled.
Instance Attribute Details
#catalog_table_config ⇒ Types::CatalogTableConfigOptions
Returns the value of attribute catalog_table_config.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def catalog_table_config @catalog_table_config end |
#write_data_quality_rule_results_enabled ⇒ Boolean
Returns the value of attribute write_data_quality_rule_results_enabled.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def write_data_quality_rule_results_enabled @write_data_quality_rule_results_enabled end |