Class: Aws::Glue::Types::DataQualityRuleRecommendationRunFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A filter for listing data quality recommendation runs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

Filter based on a specified data source (Glue table).

Returns:



6472
6473
6474
6475
6476
6477
6478
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6472

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

#started_afterTime

Filter based on time for results started after provided time.

Returns:

  • (Time)


6472
6473
6474
6475
6476
6477
6478
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6472

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

#started_beforeTime

Filter based on time for results started before provided time.

Returns:

  • (Time)


6472
6473
6474
6475
6476
6477
6478
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6472

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