Class: Aws::Glue::Types::DataQualityRuleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityRuleResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Describes the result of the evaluation of a data quality rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the data quality rule.
-
#evaluation_message ⇒ String
An evaluation message.
-
#name ⇒ String
The name of the data quality rule.
-
#result ⇒ String
A pass or fail status for the rule.
Instance Attribute Details
#description ⇒ String
A description of the data quality rule.
5851 5852 5853 5854 5855 5856 5857 5858 |
# File 'lib/aws-sdk-glue/types.rb', line 5851 class DataQualityRuleResult < Struct.new( :name, :description, :evaluation_message, :result) SENSITIVE = [] include Aws::Structure end |
#evaluation_message ⇒ String
An evaluation message.
5851 5852 5853 5854 5855 5856 5857 5858 |
# File 'lib/aws-sdk-glue/types.rb', line 5851 class DataQualityRuleResult < Struct.new( :name, :description, :evaluation_message, :result) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data quality rule.
5851 5852 5853 5854 5855 5856 5857 5858 |
# File 'lib/aws-sdk-glue/types.rb', line 5851 class DataQualityRuleResult < Struct.new( :name, :description, :evaluation_message, :result) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
A pass or fail status for the rule.
5851 5852 5853 5854 5855 5856 5857 5858 |
# File 'lib/aws-sdk-glue/types.rb', line 5851 class DataQualityRuleResult < Struct.new( :name, :description, :evaluation_message, :result) SENSITIVE = [] include Aws::Structure end |