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

Voice Channel Response.



6146
6147
6148
6149
# File 'lib/aws-sdk-pinpoint/types.rb', line 6146

class GetVoiceChannelResponse < Struct.new(
  :voice_channel_response)
  include Aws::Structure
end