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.
6983 6984 6985 |
# File 'sig/types.rbs', line 6983 def end @end end |
#start ⇒ ::Integer
Returns the value of attribute start.
6982 6983 6984 |
# File 'sig/types.rbs', line 6982 def start @start end |
#start_column ⇒ ::Integer
Returns the value of attribute start_column.
6984 6985 6986 |
# File 'sig/types.rbs', line 6984 def start_column @start_column end |