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.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def description @description end |
#evaluated_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute evaluated_metrics.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def evaluated_metrics @evaluated_metrics end |
#evaluated_rule ⇒ ::String
Returns the value of attribute evaluated_rule.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def evaluated_rule @evaluated_rule end |
#evaluation_message ⇒ ::String
Returns the value of attribute evaluation_message.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def @evaluation_message end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def labels @labels end |
#name ⇒ ::String
Returns the value of attribute name.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def name @name end |
#result ⇒ "PASS", ...
Returns the value of attribute result.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def result @result end |
#rule_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute rule_metrics.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def rule_metrics @rule_metrics end |