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.
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_name ⇒ String
Filter results by the specified job name.
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_id ⇒ String
Filter results by the specified job run ID.
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_after ⇒ Time
Filter results by runs that started after this 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_before ⇒ Time
Filter results by runs that started before this 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 |