Class: Aws::Glue::Types::DataQualityRulesetEvaluationRunFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityRulesetEvaluationRunFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The filter criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Filter based on a data source (an Glue table) associated with the run.
-
#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 based on a data source (an Glue table) associated with the run.
7951 7952 7953 7954 7955 7956 7957 |
# File 'lib/aws-sdk-glue/types.rb', line 7951 class DataQualityRulesetEvaluationRunFilter < Struct.new( :data_source, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#started_after ⇒ Time
Filter results by runs that started after this time.
7951 7952 7953 7954 7955 7956 7957 |
# File 'lib/aws-sdk-glue/types.rb', line 7951 class DataQualityRulesetEvaluationRunFilter < Struct.new( :data_source, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#started_before ⇒ Time
Filter results by runs that started before this time.
7951 7952 7953 7954 7955 7956 7957 |
# File 'lib/aws-sdk-glue/types.rb', line 7951 class DataQualityRulesetEvaluationRunFilter < Struct.new( :data_source, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |