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.
8564 8565 8566 |
# File 'sig/types.rbs', line 8564 def from @from end |
#to ⇒ ::Float
Returns the value of attribute to.
8565 8566 8567 |
# File 'sig/types.rbs', line 8565 def to @to end |