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:



6560
6561
6562
6563
6564
6565
6566
# File 'lib/aws-sdk-glue/types.rb', line 6560

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)


6560
6561
6562
6563
6564
6565
6566
# File 'lib/aws-sdk-glue/types.rb', line 6560

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)


6560
6561
6562
6563
6564
6565
6566
# File 'lib/aws-sdk-glue/types.rb', line 6560

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