Class: Aws::Types::DataQualityRuleResult
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityRuleResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evaluated_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute evaluated_metrics.
-
#evaluated_rule ⇒ ::String
Returns the value of attribute evaluated_rule.
-
#evaluation_message ⇒ ::String
Returns the value of attribute evaluation_message.
-
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#result ⇒ "PASS", ...
Returns the value of attribute result.
-
#rule_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute rule_metrics.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def description @description end |
#evaluated_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute evaluated_metrics.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def evaluated_metrics @evaluated_metrics end |
#evaluated_rule ⇒ ::String
Returns the value of attribute evaluated_rule.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def evaluated_rule @evaluated_rule end |
#evaluation_message ⇒ ::String
Returns the value of attribute evaluation_message.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def @evaluation_message end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def labels @labels end |
#name ⇒ ::String
Returns the value of attribute name.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def name @name end |
#result ⇒ "PASS", ...
Returns the value of attribute result.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def result @result end |
#rule_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute rule_metrics.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def rule_metrics @rule_metrics end |