Class: Aws::Types::Highlight
- Inherits:
-
Object
- Object
- Aws::Types::Highlight
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset_inclusive ⇒ ::Integer
Returns the value of attribute begin_offset_inclusive.
-
#end_offset_exclusive ⇒ ::Integer
Returns the value of attribute end_offset_exclusive.
Instance Attribute Details
#begin_offset_inclusive ⇒ ::Integer
Returns the value of attribute begin_offset_inclusive.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def begin_offset_inclusive @begin_offset_inclusive end |
#end_offset_exclusive ⇒ ::Integer
Returns the value of attribute end_offset_exclusive.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def end_offset_exclusive @end_offset_exclusive end |