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)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def evaluation_message
  @evaluation_message
end

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

Returns the value of attribute labels.

Returns:

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


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

def labels
  @labels
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2105
2106
2107
# File 'sig/types.rbs', line 2105

def name
  @name
end

#result"PASS", ...

Returns the value of attribute result.

Returns:

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


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.

Returns:

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


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

def rule_metrics
  @rule_metrics
end