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.
8599 8600 8601 |
# File 'sig/types.rbs', line 8599 def channel_configuration @channel_configuration end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8598 8599 8600 |
# File 'sig/types.rbs', line 8598 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8597 8598 8599 |
# File 'sig/types.rbs', line 8597 def instance_id @instance_id end |