Class: Aws::Types::DataQualityMetricValues
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityMetricValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_value ⇒ ::Float
Returns the value of attribute actual_value.
-
#expected_value ⇒ ::Float
Returns the value of attribute expected_value.
-
#lower_limit ⇒ ::Float
Returns the value of attribute lower_limit.
-
#upper_limit ⇒ ::Float
Returns the value of attribute upper_limit.
Instance Attribute Details
#actual_value ⇒ ::Float
Returns the value of attribute actual_value.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def actual_value @actual_value end |
#expected_value ⇒ ::Float
Returns the value of attribute expected_value.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def expected_value @expected_value end |
#lower_limit ⇒ ::Float
Returns the value of attribute lower_limit.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def lower_limit @lower_limit end |
#upper_limit ⇒ ::Float
Returns the value of attribute upper_limit.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def upper_limit @upper_limit end |