Class: Aws::Glue::Types::DataQualityRuleRecommendationRunFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityRuleRecommendationRunFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A filter for listing data quality recommendation runs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Filter based on a specified data source (Glue table).
-
#started_after ⇒ Time
Filter based on time for results started after provided time.
-
#started_before ⇒ Time
Filter based on time for results started before provided time.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Filter based on a specified data source (Glue table).
7858 7859 7860 7861 7862 7863 7864 |
# File 'lib/aws-sdk-glue/types.rb', line 7858 class DataQualityRuleRecommendationRunFilter < Struct.new( :data_source, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#started_after ⇒ Time
Filter based on time for results started after provided time.
7858 7859 7860 7861 7862 7863 7864 |
# File 'lib/aws-sdk-glue/types.rb', line 7858 class DataQualityRuleRecommendationRunFilter < Struct.new( :data_source, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#started_before ⇒ Time
Filter based on time for results started before provided time.
7858 7859 7860 7861 7862 7863 7864 |
# File 'lib/aws-sdk-glue/types.rb', line 7858 class DataQualityRuleRecommendationRunFilter < Struct.new( :data_source, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |