Class: Aws::Types::PercentVisibleRange
- Inherits:
-
Object
- Object
- Aws::Types::PercentVisibleRange
- 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.
8915 8916 8917 |
# File 'sig/types.rbs', line 8915 def from @from end |
#to ⇒ ::Float
Returns the value of attribute to.
8916 8917 8918 |
# File 'sig/types.rbs', line 8916 def to @to end |