Class: Aws::Types::MedicalScribeConfigurationEvent
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeConfigurationEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_definitions ⇒ ::Array[Types::MedicalScribeChannelDefinition]
Returns the value of attribute channel_definitions.
-
#encounter_context ⇒ Types::EncounterContext
Returns the value of attribute encounter_context.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#post_stream_action_settings ⇒ Types::MedicalScribePostStreamActionSettings
Returns the value of attribute post_stream_action_settings.
Instance Attribute Details
#channel_definitions ⇒ ::Array[Types::MedicalScribeChannelDefinition]
Returns the value of attribute channel_definitions.
314 315 316 |
# File 'sig/types.rbs', line 314 def channel_definitions @channel_definitions end |
#encounter_context ⇒ Types::EncounterContext
Returns the value of attribute encounter_context.
315 316 317 |
# File 'sig/types.rbs', line 315 def encounter_context @encounter_context end |
#event_type ⇒ Object
Returns the value of attribute event_type.
316 317 318 |
# File 'sig/types.rbs', line 316 def event_type @event_type end |
#post_stream_action_settings ⇒ Types::MedicalScribePostStreamActionSettings
Returns the value of attribute post_stream_action_settings.
313 314 315 |
# File 'sig/types.rbs', line 313 def post_stream_action_settings @post_stream_action_settings end |