Class: Aws::Types::Range
- Inherits:
-
Object
- Object
- Aws::Types::Range
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::Integer
Returns the value of attribute from.
-
#step ⇒ ::Integer
Returns the value of attribute step.
-
#to ⇒ ::Integer
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ ::Integer
Returns the value of attribute from.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def from @from end |
#step ⇒ ::Integer
Returns the value of attribute step.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def step @step end |
#to ⇒ ::Integer
Returns the value of attribute to.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def to @to end |