Class: Aws::Types::MedicalScribeConfigurationEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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_contextTypes::EncounterContext

Returns the value of attribute encounter_context.



315
316
317
# File 'sig/types.rbs', line 315

def encounter_context
  @encounter_context
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


316
317
318
# File 'sig/types.rbs', line 316

def event_type
  @event_type
end

#post_stream_action_settingsTypes::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