Class: Aws::Types::ListDataQualityRuleRecommendationRunsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5215
5216
5217
# File 'sig/types.rbs', line 5215

def next_token
  @next_token
end

#runs::Array[Types::DataQualityRuleRecommendationRunDescription]

Returns the value of attribute runs.



5214
5215
5216
# File 'sig/types.rbs', line 5214

def runs
  @runs
end