You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::DoubleRange

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A range of double values.

Instance Attribute Summary collapse

Instance Attribute Details

#fromFloat

The minimum value in the range.

Returns:

  • (Float)

    The minimum value in the range.

#toFloat

The maximum value in the range.

Returns:

  • (Float)

    The maximum value in the range.