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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'lib/aws-sdk-glue/types.rb', line 6645

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)


6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'lib/aws-sdk-glue/types.rb', line 6645

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)


6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'lib/aws-sdk-glue/types.rb', line 6645

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)


6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'lib/aws-sdk-glue/types.rb', line 6645

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)


6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'lib/aws-sdk-glue/types.rb', line 6645

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)


6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'lib/aws-sdk-glue/types.rb', line 6645

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.



6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
# File 'lib/aws-sdk-glue/types.rb', line 6645

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