Class: Aws::Types::BatchGetDataQualityRulesetEvaluationRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDataQualityRulesetEvaluationRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#runs ⇒ ::Array[Types::DataQualityRulesetEvaluationRun]
Returns the value of attribute runs.
-
#runs_not_found ⇒ ::Array[::String]
Returns the value of attribute runs_not_found.
Instance Attribute Details
#runs ⇒ ::Array[Types::DataQualityRulesetEvaluationRun]
Returns the value of attribute runs.
344 345 346 |
# File 'sig/types.rbs', line 344 def runs @runs end |
#runs_not_found ⇒ ::Array[::String]
Returns the value of attribute runs_not_found.
345 346 347 |
# File 'sig/types.rbs', line 345 def runs_not_found @runs_not_found end |