Class: Aws::Glue::Types::DataQualityRulesetListDetails

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

Overview

Describes a data quality ruleset returned by GetDataQualityRuleset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_onTime

The date and time the data quality ruleset was created.

Returns:

  • (Time)


6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6886

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the data quality ruleset.

Returns:

  • (String)


6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6886

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_onTime

The date and time the data quality ruleset was last modified.

Returns:

  • (Time)


6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6886

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data quality ruleset.

Returns:

  • (String)


6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6886

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_run_idString

When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

Returns:

  • (String)


6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6886

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#rule_countInteger

The number of rules in the ruleset.

Returns:

  • (Integer)


6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6886

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end

#target_tableTypes::DataQualityTargetTable

An object representing an Glue table.



6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6886

class DataQualityRulesetListDetails < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :target_table,
  :recommendation_run_id,
  :rule_count)
  SENSITIVE = []
  include Aws::Structure
end