Class: Aws::Pinpoint::Types::GetVoiceChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetVoiceChannelResponse
- 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.
9421 9422 9423 9424 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9421 class GetVoiceChannelResponse < Struct.new( :voice_channel_response) include Aws::Structure end |