Class: Aws::ConnectHealth::Types::MedicalScribeChannelDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb

Overview

Defines a channel in the audio stream

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idInteger

The channel identifier

Returns:

  • (Integer)


887
888
889
890
891
892
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 887

class MedicalScribeChannelDefinition < Struct.new(
  :channel_id,
  :participant_role)
  SENSITIVE = []
  include Aws::Structure
end

#participant_roleString

The role of the participant on this channel

Returns:

  • (String)


887
888
889
890
891
892
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 887

class MedicalScribeChannelDefinition < Struct.new(
  :channel_id,
  :participant_role)
  SENSITIVE = []
  include Aws::Structure
end