Class: Aws::Types::DataQualityRuleResultsOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_table_configTypes::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_enabledBoolean

Returns the value of attribute write_data_quality_rule_results_enabled.

Returns:

  • (Boolean)


2121
2122
2123
# File 'sig/types.rbs', line 2121

def write_data_quality_rule_results_enabled
  @write_data_quality_rule_results_enabled
end