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.
8941 8942 8943 |
# File 'sig/types.rbs', line 8941 def channel_configuration @channel_configuration end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8940 8941 8942 |
# File 'sig/types.rbs', line 8940 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8939 8940 8941 |
# File 'sig/types.rbs', line 8939 def instance_id @instance_id end |