Class: Aws::Types::GetDataQualityResultResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataQualityResultResponse
- 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.
3495 3496 3497 |
# File 'sig/types.rbs', line 3495 def aggregated_metrics @aggregated_metrics end |
#analyzer_results ⇒ ::Array[Types::DataQualityAnalyzerResult]
Returns the value of attribute analyzer_results.
3493 3494 3495 |
# File 'sig/types.rbs', line 3493 def analyzer_results @analyzer_results end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
3488 3489 3490 |
# File 'sig/types.rbs', line 3488 def completed_on @completed_on end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
3484 3485 3486 |
# File 'sig/types.rbs', line 3484 def data_source @data_source end |
#evaluation_context ⇒ ::String
Returns the value of attribute evaluation_context.
3486 3487 3488 |
# File 'sig/types.rbs', line 3486 def evaluation_context @evaluation_context end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
3489 3490 3491 |
# File 'sig/types.rbs', line 3489 def job_name @job_name end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
3490 3491 3492 |
# File 'sig/types.rbs', line 3490 def job_run_id @job_run_id end |
#observations ⇒ ::Array[Types::DataQualityObservation]
Returns the value of attribute observations.
3494 3495 3496 |
# File 'sig/types.rbs', line 3494 def observations @observations end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def profile_id @profile_id end |
#result_id ⇒ ::String
Returns the value of attribute result_id.
3481 3482 3483 |
# File 'sig/types.rbs', line 3481 def result_id @result_id end |
#rule_results ⇒ ::Array[Types::DataQualityRuleResult]
Returns the value of attribute rule_results.
3492 3493 3494 |
# File 'sig/types.rbs', line 3492 def rule_results @rule_results end |
#ruleset_evaluation_run_id ⇒ ::String
Returns the value of attribute ruleset_evaluation_run_id.
3491 3492 3493 |
# File 'sig/types.rbs', line 3491 def ruleset_evaluation_run_id @ruleset_evaluation_run_id end |
#ruleset_name ⇒ ::String
Returns the value of attribute ruleset_name.
3485 3486 3487 |
# File 'sig/types.rbs', line 3485 def ruleset_name @ruleset_name end |
#score ⇒ ::Float
Returns the value of attribute score.
3483 3484 3485 |
# File 'sig/types.rbs', line 3483 def score @score end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
3487 3488 3489 |
# File 'sig/types.rbs', line 3487 def started_on @started_on end |