Class: Aws::Types::ListDataQualityRuleRecommendationRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDataQualityRuleRecommendationRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#runs ⇒ ::Array[Types::DataQualityRuleRecommendationRunDescription]
Returns the value of attribute runs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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 |