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.
8802 8803 8804 |
# File 'sig/types.rbs', line 8802 def channel_configuration @channel_configuration end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8801 8802 8803 |
# File 'sig/types.rbs', line 8801 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8800 8801 8802 |
# File 'sig/types.rbs', line 8800 def instance_id @instance_id end |