Class: Aws::Types::BatchGetDataQualityRulesetEvaluationRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Array[::String])


345
346
347
# File 'sig/types.rbs', line 345

def runs_not_found
  @runs_not_found
end