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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'lib/aws-sdk-glue/types.rb', line 6417

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)


6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'lib/aws-sdk-glue/types.rb', line 6417

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)


6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'lib/aws-sdk-glue/types.rb', line 6417

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)


6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'lib/aws-sdk-glue/types.rb', line 6417

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)


6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'lib/aws-sdk-glue/types.rb', line 6417

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