Class: Aws::Types::UncertaintyRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lower_bound_value::Float

Returns the value of attribute lower_bound_value.

Returns:

  • (::Float)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def lower_bound_value
  @lower_bound_value
end

#upper_bound_value::Float

Returns the value of attribute upper_bound_value.

Returns:

  • (::Float)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def upper_bound_value
  @upper_bound_value
end