Class: Aws::Types::TranscriptEvent
- Inherits:
-
Object
- Object
- Aws::Types::TranscriptEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#transcript ⇒ ::String
Returns the value of attribute transcript.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
387 388 389 |
# File 'sig/types.rbs', line 387 def event_id @event_id end |
#event_type ⇒ Object
Returns the value of attribute event_type.
388 389 390 |
# File 'sig/types.rbs', line 388 def event_type @event_type end |
#transcript ⇒ ::String
Returns the value of attribute transcript.
386 387 388 |
# File 'sig/types.rbs', line 386 def transcript @transcript end |