Class: Aws::Types::DataQualityEvaluationRunAdditionalRunOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_metrics_enabledBoolean

Returns the value of attribute cloud_watch_metrics_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • ("COLUMN", "ROW")


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.

Returns:

  • (::String)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def custom_log_group_prefix
  @custom_log_group_prefix
end

#data_quality_rule_resultsTypes::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.

Returns:

  • ("SCHEDULED", "FIXED")


2016
2017
2018
# File 'sig/types.rbs', line 2016

def observation_mode
  @observation_mode
end

#observation_resultsTypes::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.

Returns:

  • ("ALL", "NONE")


2015
2016
2017
# File 'sig/types.rbs', line 2015

def observation_scope
  @observation_scope
end

#profiling_resultsTypes::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.

Returns:

  • (::String)


2010
2011
2012
# File 'sig/types.rbs', line 2010

def results_s3_prefix
  @results_s3_prefix
end

#row_level_resultsTypes::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