Class: Aws::Types::DocumentChunkLocation
- Inherits:
-
Object
- Object
- Aws::Types::DocumentChunkLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_index ⇒ ::Integer
Returns the value of attribute document_index.
-
#end ⇒ ::Integer
Returns the value of attribute end.
-
#start ⇒ ::Integer
Returns the value of attribute start.
Instance Attribute Details
#document_index ⇒ ::Integer
Returns the value of attribute document_index.
465 466 467 |
# File 'sig/types.rbs', line 465 def document_index @document_index end |
#end ⇒ ::Integer
Returns the value of attribute end.
467 468 469 |
# File 'sig/types.rbs', line 467 def end @end end |
#start ⇒ ::Integer
Returns the value of attribute start.
466 467 468 |
# File 'sig/types.rbs', line 466 def start @start end |