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.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def actual_value @actual_value end |
#expected_value ⇒ ::Float
Returns the value of attribute expected_value.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def expected_value @expected_value end |
#lower_limit ⇒ ::Float
Returns the value of attribute lower_limit.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def lower_limit @lower_limit end |
#upper_limit ⇒ ::Float
Returns the value of attribute upper_limit.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def upper_limit @upper_limit end |