Class: Aws::Types::RealTimeContactAnalysisCharacterInterval
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisCharacterInterval
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset_char ⇒ ::Integer
Returns the value of attribute begin_offset_char.
-
#end_offset_char ⇒ ::Integer
Returns the value of attribute end_offset_char.
Instance Attribute Details
#begin_offset_char ⇒ ::Integer
Returns the value of attribute begin_offset_char.
6378 6379 6380 |
# File 'sig/types.rbs', line 6378 def begin_offset_char @begin_offset_char end |
#end_offset_char ⇒ ::Integer
Returns the value of attribute end_offset_char.
6379 6380 6381 |
# File 'sig/types.rbs', line 6379 def end_offset_char @end_offset_char end |