Class: Aws::ConnectHealth::Types::MedicalScribeChannelDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::MedicalScribeChannelDefinition
- 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
-
#channel_id ⇒ Integer
The channel identifier.
-
#participant_role ⇒ String
The role of the participant on this channel.
Instance Attribute Details
#channel_id ⇒ Integer
The channel identifier
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_role ⇒ String
The role of the participant on this channel
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 |