Class: Aws::Types::DataQualityMetricValues

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_value::Float

Returns the value of attribute actual_value.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


2040
2041
2042
# File 'sig/types.rbs', line 2040

def upper_limit
  @upper_limit
end