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.



2118
2119
2120
# File 'sig/types.rbs', line 2118

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)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def write_data_quality_rule_results_enabled
  @write_data_quality_rule_results_enabled
end