Class: Aws::Types::Range
- Inherits:
-
Object
- Object
- Aws::Types::Range
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ ::Integer
Returns the value of attribute end.
-
#start ⇒ ::Integer
Returns the value of attribute start.
-
#start_column ⇒ ::Integer
Returns the value of attribute start_column.
Instance Attribute Details
#end ⇒ ::Integer
Returns the value of attribute end.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def end @end end |
#start ⇒ ::Integer
Returns the value of attribute start.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def start @start end |
#start_column ⇒ ::Integer
Returns the value of attribute start_column.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def start_column @start_column end |