Class: Aws::Glue::Types::DataQualityResultFilterCriteria

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

Overview

Criteria used to return data quality results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

Filter results by the specified data source. For example, retrieving all results for an Glue table.

Returns:



7741
7742
7743
7744
7745
7746
7747
7748
7749
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7741

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

#job_nameString

Filter results by the specified job name.

Returns:

  • (String)


7741
7742
7743
7744
7745
7746
7747
7748
7749
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7741

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

#job_run_idString

Filter results by the specified job run ID.

Returns:

  • (String)


7741
7742
7743
7744
7745
7746
7747
7748
7749
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7741

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

#started_afterTime

Filter results by runs that started after this time.

Returns:

  • (Time)


7741
7742
7743
7744
7745
7746
7747
7748
7749
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7741

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

#started_beforeTime

Filter results by runs that started before this time.

Returns:

  • (Time)


7741
7742
7743
7744
7745
7746
7747
7748
7749
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7741

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