Class: Aws::Types::DataQualityRuleResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :evaluation_message, :evaluated_metrics, :evaluated_rule, :rule_metrics])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Float])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def evaluation_message
  @evaluation_message
end

#labels::Hash[::String, ::String]

Returns the value of attribute labels.

Returns:

  • (::Hash[::String, ::String])


2116
2117
2118
# File 'sig/types.rbs', line 2116

def labels
  @labels
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def name
  @name
end

#result"PASS", ...

Returns the value of attribute result.

Returns:

  • ("PASS", "FAIL", "ERROR")


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.

Returns:

  • (::Hash[::String, ::Float])


2115
2116
2117
# File 'sig/types.rbs', line 2115

def rule_metrics
  @rule_metrics
end