Class: Aws::Types::MatchOffset
- Inherits:
-
Object
- Object
- Aws::Types::MatchOffset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#start_offset ⇒ ::Integer
Returns the value of attribute start_offset.
Instance Attribute Details
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
4476 4477 4478 |
# File 'sig/types.rbs', line 4476 def end_offset @end_offset end |
#start_offset ⇒ ::Integer
Returns the value of attribute start_offset.
4475 4476 4477 |
# File 'sig/types.rbs', line 4475 def start_offset @start_offset end |