Class: Aws::Types::UpdateParticipantRoleConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateParticipantRoleConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_configuration ⇒ Types::UpdateParticipantRoleConfigChannelInfo
Returns the value of attribute channel_configuration.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#channel_configuration ⇒ Types::UpdateParticipantRoleConfigChannelInfo
Returns the value of attribute channel_configuration.
8979 8980 8981 |
# File 'sig/types.rbs', line 8979 def channel_configuration @channel_configuration end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8978 8979 8980 |
# File 'sig/types.rbs', line 8978 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8977 8978 8979 |
# File 'sig/types.rbs', line 8977 def instance_id @instance_id end |