Class: Aws::Glue::Types::ListDataQualityRulesetEvaluationRunsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::DataQualityRulesetEvaluationRunFilter

The filter criteria.



16051
16052
16053
16054
16055
16056
16057
# File 'lib/aws-sdk-glue/types.rb', line 16051

class ListDataQualityRulesetEvaluationRunsRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


16051
16052
16053
16054
16055
16056
16057
# File 'lib/aws-sdk-glue/types.rb', line 16051

class ListDataQualityRulesetEvaluationRunsRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A paginated token to offset the results.

Returns:

  • (String)


16051
16052
16053
16054
16055
16056
16057
# File 'lib/aws-sdk-glue/types.rb', line 16051

class ListDataQualityRulesetEvaluationRunsRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end