Module: Aws::Glue::Client::_BatchGetDataQualityResultResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetDataQualityResultResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#results ⇒ ::Array[Types::DataQualityResult]
202 |
# File 'sig/client.rbs', line 202
def results: () -> ::Array[Types::DataQualityResult]
|
#results_not_found ⇒ ::Array[::String]
203 |
# File 'sig/client.rbs', line 203
def results_not_found: () -> ::Array[::String]
|