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)


5244
5245
5246
# File 'sig/types.rbs', line 5244

def next_token
  @next_token
end

#runs::Array[Types::DataQualityRuleRecommendationRunDescription]

Returns the value of attribute runs.



5243
5244
5245
# File 'sig/types.rbs', line 5243

def runs
  @runs
end