Class: Aws::Types::DataQualityEvaluationRunAdditionalRunOptions
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityEvaluationRunAdditionalRunOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_metrics_enabled.
-
#composite_rule_evaluation_method ⇒ "COLUMN", "ROW"
Returns the value of attribute composite_rule_evaluation_method.
-
#custom_log_group_prefix ⇒ ::String
Returns the value of attribute custom_log_group_prefix.
-
#data_quality_rule_results ⇒ Types::DataQualityRuleResultsOptions
Returns the value of attribute data_quality_rule_results.
-
#observation_mode ⇒ "SCHEDULED", "FIXED"
Returns the value of attribute observation_mode.
-
#observation_results ⇒ Types::ObservationResultsOptions
Returns the value of attribute observation_results.
-
#observation_scope ⇒ "ALL", "NONE"
Returns the value of attribute observation_scope.
-
#profiling_results ⇒ Types::ProfilingResultsOptions
Returns the value of attribute profiling_results.
-
#results_s3_prefix ⇒ ::String
Returns the value of attribute results_s3_prefix.
-
#row_level_results ⇒ Types::RowLevelResultsOptions
Returns the value of attribute row_level_results.
Instance Attribute Details
#cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_metrics_enabled.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def cloud_watch_metrics_enabled @cloud_watch_metrics_enabled end |
#composite_rule_evaluation_method ⇒ "COLUMN", "ROW"
Returns the value of attribute composite_rule_evaluation_method.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def composite_rule_evaluation_method @composite_rule_evaluation_method end |
#custom_log_group_prefix ⇒ ::String
Returns the value of attribute custom_log_group_prefix.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def custom_log_group_prefix @custom_log_group_prefix end |
#data_quality_rule_results ⇒ Types::DataQualityRuleResultsOptions
Returns the value of attribute data_quality_rule_results.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def data_quality_rule_results @data_quality_rule_results end |
#observation_mode ⇒ "SCHEDULED", "FIXED"
Returns the value of attribute observation_mode.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def observation_mode @observation_mode end |
#observation_results ⇒ Types::ObservationResultsOptions
Returns the value of attribute observation_results.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def observation_results @observation_results end |
#observation_scope ⇒ "ALL", "NONE"
Returns the value of attribute observation_scope.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def observation_scope @observation_scope end |
#profiling_results ⇒ Types::ProfilingResultsOptions
Returns the value of attribute profiling_results.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def profiling_results @profiling_results end |
#results_s3_prefix ⇒ ::String
Returns the value of attribute results_s3_prefix.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def results_s3_prefix @results_s3_prefix end |
#row_level_results ⇒ Types::RowLevelResultsOptions
Returns the value of attribute row_level_results.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def row_level_results @row_level_results end |