Class: Aws::Types::DocumentPageLocation
- Inherits:
-
Object
- Object
- Aws::Types::DocumentPageLocation
- 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.
483 484 485 |
# File 'sig/types.rbs', line 483 def document_index @document_index end |
#end ⇒ ::Integer
Returns the value of attribute end.
485 486 487 |
# File 'sig/types.rbs', line 485 def end @end end |
#start ⇒ ::Integer
Returns the value of attribute start.
484 485 486 |
# File 'sig/types.rbs', line 484 def start @start end |