Class: Aws::Pinpoint::Types::UpdateVoiceChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateVoiceChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#voice_channel_response ⇒ Types::VoiceChannelResponse
Provides information about the status and settings of the voice channel for an application.
Instance Attribute Details
#voice_channel_response ⇒ Types::VoiceChannelResponse
Provides information about the status and settings of the voice channel for an application.
17026 17027 17028 17029 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 17026 class UpdateVoiceChannelResponse < Struct.new( :voice_channel_response) include Aws::Structure end |