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)


9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
# File 'lib/aws-sdk-glue/types.rb', line 9910

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

#descriptionString

A description of the ruleset.

Returns:

  • (String)


9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
# File 'lib/aws-sdk-glue/types.rb', line 9910

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

#last_modified_onTime

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

Returns:

  • (Time)


9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
# File 'lib/aws-sdk-glue/types.rb', line 9910

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

#nameString

The name of the ruleset.

Returns:

  • (String)


9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
# File 'lib/aws-sdk-glue/types.rb', line 9910

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


9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
# File 'lib/aws-sdk-glue/types.rb', line 9910

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

#rulesetString

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

Returns:

  • (String)


9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
# File 'lib/aws-sdk-glue/types.rb', line 9910

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

#target_tableTypes::DataQualityTargetTable

The name and database name of the target table.



9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
# File 'lib/aws-sdk-glue/types.rb', line 9910

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