Class: Aws::ConnectHealth::Types::MedicalScribeSessionControlEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::MedicalScribeSessionControlEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
An event for controlling the Medical Scribe session
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#type ⇒ String
The type of session control event.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1068 1069 1070 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 1068 def event_type @event_type end |
#type ⇒ String
The type of session control event
1068 1069 1070 1071 1072 1073 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 1068 class MedicalScribeSessionControlEvent < Struct.new( :type, :event_type) SENSITIVE = [] include Aws::Structure end |