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.
8828 8829 8830 |
# File 'sig/types.rbs', line 8828 def channel_configuration @channel_configuration end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8827 8828 8829 |
# File 'sig/types.rbs', line 8827 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8826 8827 8828 |
# File 'sig/types.rbs', line 8826 def instance_id @instance_id end |