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.



14978
14979
14980
14981
14982
14983
14984
# File 'lib/aws-sdk-glue/types.rb', line 14978

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)


14978
14979
14980
14981
14982
14983
14984
# File 'lib/aws-sdk-glue/types.rb', line 14978

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)


14978
14979
14980
14981
14982
14983
14984
# File 'lib/aws-sdk-glue/types.rb', line 14978

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