Class: Aws::Glue::Types::DataQualityResultFilterCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityResultFilterCriteria
- 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
-
#data_source ⇒ Types::DataSource
Filter results by the specified data source.
-
#job_name ⇒ String
Filter results by the specified job name.
-
#job_run_id ⇒ String
Filter results by the specified job run ID.
-
#started_after ⇒ Time
Filter results by runs that started after this time.
-
#started_before ⇒ Time
Filter results by runs that started before this time.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Filter results by the specified data source. For example, retrieving all results for an Glue table.
5539 5540 5541 5542 5543 5544 5545 5546 5547 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5539 class DataQualityResultFilterCriteria < Struct.new( :data_source, :job_name, :job_run_id, :started_after, :started_before) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
Filter results by the specified job name.
5539 5540 5541 5542 5543 5544 5545 5546 5547 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5539 class DataQualityResultFilterCriteria < Struct.new( :data_source, :job_name, :job_run_id, :started_after, :started_before) SENSITIVE = [] include Aws::Structure end |
#job_run_id ⇒ String
Filter results by the specified job run ID.
5539 5540 5541 5542 5543 5544 5545 5546 5547 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5539 class DataQualityResultFilterCriteria < Struct.new( :data_source, :job_name, :job_run_id, :started_after, :started_before) SENSITIVE = [] include Aws::Structure end |
#started_after ⇒ Time
Filter results by runs that started after this time.
5539 5540 5541 5542 5543 5544 5545 5546 5547 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5539 class DataQualityResultFilterCriteria < Struct.new( :data_source, :job_name, :job_run_id, :started_after, :started_before) SENSITIVE = [] include Aws::Structure end |
#started_before ⇒ Time
Filter results by runs that started before this time.
5539 5540 5541 5542 5543 5544 5545 5546 5547 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5539 class DataQualityResultFilterCriteria < Struct.new( :data_source, :job_name, :job_run_id, :started_after, :started_before) SENSITIVE = [] include Aws::Structure end |