Class: Aws::Types::ChannelDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ChannelDefinition
- 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 ⇒ "AGENT", "CUSTOMER"
Returns the value of attribute participant_role.
Instance Attribute Details
#channel_id ⇒ ::Integer
Returns the value of attribute channel_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def channel_id @channel_id end |
#participant_role ⇒ "AGENT", "CUSTOMER"
Returns the value of attribute participant_role.
66 67 68 |
# File 'sig/types.rbs', line 66 def participant_role @participant_role end |