Class: Aws::Types::DataQualityResult
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregated_metrics ⇒ Types::DataQualityAggregatedMetrics
Returns the value of attribute aggregated_metrics.
-
#analyzer_results ⇒ ::Array[Types::DataQualityAnalyzerResult]
Returns the value of attribute analyzer_results.
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#evaluation_context ⇒ ::String
Returns the value of attribute evaluation_context.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
-
#observations ⇒ ::Array[Types::DataQualityObservation]
Returns the value of attribute observations.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#result_id ⇒ ::String
Returns the value of attribute result_id.
-
#rule_results ⇒ ::Array[Types::DataQualityRuleResult]
Returns the value of attribute rule_results.
-
#ruleset_evaluation_run_id ⇒ ::String
Returns the value of attribute ruleset_evaluation_run_id.
-
#ruleset_name ⇒ ::String
Returns the value of attribute ruleset_name.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
Instance Attribute Details
#aggregated_metrics ⇒ Types::DataQualityAggregatedMetrics
Returns the value of attribute aggregated_metrics.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def aggregated_metrics @aggregated_metrics end |
#analyzer_results ⇒ ::Array[Types::DataQualityAnalyzerResult]
Returns the value of attribute analyzer_results.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def analyzer_results @analyzer_results end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def completed_on @completed_on end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def data_source @data_source end |
#evaluation_context ⇒ ::String
Returns the value of attribute evaluation_context.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def evaluation_context @evaluation_context end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def job_name @job_name end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def job_run_id @job_run_id end |
#observations ⇒ ::Array[Types::DataQualityObservation]
Returns the value of attribute observations.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def observations @observations end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def profile_id @profile_id end |
#result_id ⇒ ::String
Returns the value of attribute result_id.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def result_id @result_id end |
#rule_results ⇒ ::Array[Types::DataQualityRuleResult]
Returns the value of attribute rule_results.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def rule_results @rule_results end |
#ruleset_evaluation_run_id ⇒ ::String
Returns the value of attribute ruleset_evaluation_run_id.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def ruleset_evaluation_run_id @ruleset_evaluation_run_id end |
#ruleset_name ⇒ ::String
Returns the value of attribute ruleset_name.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def ruleset_name @ruleset_name end |
#score ⇒ ::Float
Returns the value of attribute score.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def score @score end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def started_on @started_on end |