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.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def from @from end |
#to ⇒ ::Float
Returns the value of attribute to.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def to @to end |