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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



8053
8054
8055
8056
8057
8058
8059
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8053

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)


8053
8054
8055
8056
8057
8058
8059
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8053

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)


8053
8054
8055
8056
8057
8058
8059
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8053

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