Class: Aws::Types::DocumentCharLocation
- Inherits:
-
Object
- Object
- Aws::Types::DocumentCharLocation
- 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.
458 459 460 |
# File 'sig/types.rbs', line 458 def document_index @document_index end |
#end ⇒ ::Integer
Returns the value of attribute end.
460 461 462 |
# File 'sig/types.rbs', line 460 def end @end end |
#start ⇒ ::Integer
Returns the value of attribute start.
459 460 461 |
# File 'sig/types.rbs', line 459 def start @start end |