Class: Aws::Types::MedicalScribeChannelDefinition
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeChannelDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::Integer
Returns the value of attribute channel_id.
-
#participant_role ⇒ "PATIENT", "CLINICIAN"
Returns the value of attribute participant_role.
Instance Attribute Details
#channel_id ⇒ ::Integer
Returns the value of attribute channel_id.
201 202 203 |
# File 'sig/types.rbs', line 201 def channel_id @channel_id end |
#participant_role ⇒ "PATIENT", "CLINICIAN"
Returns the value of attribute participant_role.
202 203 204 |
# File 'sig/types.rbs', line 202 def participant_role @participant_role end |