Class: Aws::Types::UploadRange
- Inherits:
-
Object
- Object
- Aws::Types::UploadRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_index ⇒ ::Integer
Returns the value of attribute end_index.
-
#start_index ⇒ ::Integer
Returns the value of attribute start_index.
Instance Attribute Details
#end_index ⇒ ::Integer
Returns the value of attribute end_index.
515 516 517 |
# File 'sig/types.rbs', line 515 def end_index @end_index end |
#start_index ⇒ ::Integer
Returns the value of attribute start_index.
514 515 516 |
# File 'sig/types.rbs', line 514 def start_index @start_index end |