Class: Aws::Types::DoubleRange
- Inherits:
-
Object
- Object
- Aws::Types::DoubleRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::Float
Returns the value of attribute from.
-
#to ⇒ ::Float
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ ::Float
Returns the value of attribute from.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def from @from end |
#to ⇒ ::Float
Returns the value of attribute to.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def to @to end |