Class: Aws::Pinpoint::Types::GetVoiceChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#voice_channel_responseTypes::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