Class: Aws::Types::DoubleRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from::Float

Returns the value of attribute from.

Returns:

  • (::Float)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def from
  @from
end

#to::Float

Returns the value of attribute to.

Returns:

  • (::Float)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def to
  @to
end