Class: Aws::Types::ListDataQualityRuleRecommendationRunsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDataQualityRuleRecommendationRunsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::DataQualityRuleRecommendationRunFilter
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#filter ⇒ Types::DataQualityRuleRecommendationRunFilter
Returns the value of attribute filter.
5225 5226 5227 |
# File 'sig/types.rbs', line 5225 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5227 5228 5229 |
# File 'sig/types.rbs', line 5227 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5226 5227 5228 |
# File 'sig/types.rbs', line 5226 def next_token @next_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5228 5229 5230 |
# File 'sig/types.rbs', line 5228 def @tags end |