Class: Aws::ConnectHealth::Types::MedicalScribeSessionControlEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::MedicalScribeSessionControlEvent
- Defined in:
- gems/aws-sdk-connecthealth/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
1051 1052 1053 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1051 def event_type @event_type end |
#type ⇒ String
The type of session control event
1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1051 class MedicalScribeSessionControlEvent < Struct.new( :type, :event_type) SENSITIVE = [] include Aws::Structure end |