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)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


2036
2037
2038
# File 'sig/types.rbs', line 2036

def upper_limit
  @upper_limit
end