Class: Aws::Glue::Types::GetDataQualityRulesetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_onTime

A timestamp. The time and date that this data quality ruleset was created.

Returns:

  • (Time)


10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
# File 'lib/aws-sdk-glue/types.rb', line 10603

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

#data_quality_security_configurationString

The name of the security configuration created with the data quality encryption option.

Returns:

  • (String)


10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
# File 'lib/aws-sdk-glue/types.rb', line 10603

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

#descriptionString

A description of the ruleset.

Returns:

  • (String)


10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
# File 'lib/aws-sdk-glue/types.rb', line 10603

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

#last_modified_onTime

A timestamp. The last point in time when this data quality ruleset was modified.

Returns:

  • (Time)


10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
# File 'lib/aws-sdk-glue/types.rb', line 10603

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

#nameString

The name of the ruleset.

Returns:

  • (String)


10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
# File 'lib/aws-sdk-glue/types.rb', line 10603

class GetDataQualityRulesetResponse < Struct.new(
  :name,
  :description,
  :ruleset,
  :target_table,
  :created_on,
  :last_modified_on,
  :recommendation_run_id,
  :data_quality_security_configuration)
  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)


10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
# File 'lib/aws-sdk-glue/types.rb', line 10603

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

#rulesetString

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

Returns:

  • (String)


10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
# File 'lib/aws-sdk-glue/types.rb', line 10603

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

#target_tableTypes::DataQualityTargetTable

The name and database name of the target table.



10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
# File 'lib/aws-sdk-glue/types.rb', line 10603

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