Class: Aws::Glue::Types::DataQualityRulesetEvaluationRunFilter

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

Overview

The filter criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

Filter based on a data source (an Glue table) associated with the run.

Returns:



7951
7952
7953
7954
7955
7956
7957
# File 'lib/aws-sdk-glue/types.rb', line 7951

class DataQualityRulesetEvaluationRunFilter < Struct.new(
  :data_source,
  :started_before,
  :started_after)
  SENSITIVE = []
  include Aws::Structure
end

#started_afterTime

Filter results by runs that started after this time.

Returns:

  • (Time)


7951
7952
7953
7954
7955
7956
7957
# File 'lib/aws-sdk-glue/types.rb', line 7951

class DataQualityRulesetEvaluationRunFilter < Struct.new(
  :data_source,
  :started_before,
  :started_after)
  SENSITIVE = []
  include Aws::Structure
end

#started_beforeTime

Filter results by runs that started before this time.

Returns:

  • (Time)


7951
7952
7953
7954
7955
7956
7957
# File 'lib/aws-sdk-glue/types.rb', line 7951

class DataQualityRulesetEvaluationRunFilter < Struct.new(
  :data_source,
  :started_before,
  :started_after)
  SENSITIVE = []
  include Aws::Structure
end