Class: Aws::Types::ScanRange
- Inherits:
-
Object
- Object
- Aws::Types::ScanRange
- 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.
Instance Attribute Details
#end ⇒ ::Integer
Returns the value of attribute end.
2848 2849 2850 |
# File 'sig/types.rbs', line 2848 def end @end end |
#start ⇒ ::Integer
Returns the value of attribute start.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def start @start end |