Class: Aws::Types::UpdateVoiceChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVoiceChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#voice_channel_request ⇒ Types::VoiceChannelRequest
Returns the value of attribute voice_channel_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3210 3211 3212 |
# File 'sig/types.rbs', line 3210 def application_id @application_id end |
#voice_channel_request ⇒ Types::VoiceChannelRequest
Returns the value of attribute voice_channel_request.
3211 3212 3213 |
# File 'sig/types.rbs', line 3211 def voice_channel_request @voice_channel_request end |