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.
3596 3597 3598 |
# File 'sig/types.rbs', line 3596 def from @from end |
#step ⇒ ::Integer
Returns the value of attribute step.
3598 3599 3600 |
# File 'sig/types.rbs', line 3598 def step @step end |
#to ⇒ ::Integer
Returns the value of attribute to.
3597 3598 3599 |
# File 'sig/types.rbs', line 3597 def to @to end |