Class: Aws::Types::BatchGetDataQualityResultResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#results::Array[Types::DataQualityResult]

Returns the value of attribute results.

Returns:



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.

Returns:

  • (::Array[::String])


334
335
336
# File 'sig/types.rbs', line 334

def results_not_found
  @results_not_found
end