Class: Aws::Types::BatchGetDataQualityResultResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDataQualityResultResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#results ⇒ ::Array[Types::DataQualityResult]
Returns the value of attribute results.
-
#results_not_found ⇒ ::Array[::String]
Returns the value of attribute results_not_found.
Instance Attribute Details
#results ⇒ ::Array[Types::DataQualityResult]
Returns the value of attribute results.
333 334 335 |
# File 'sig/types.rbs', line 333 def results @results end |
#results_not_found ⇒ ::Array[::String]
Returns the value of attribute results_not_found.
334 335 336 |
# File 'sig/types.rbs', line 334 def results_not_found @results_not_found end |