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.



6076
6077
6078
6079
# File 'lib/aws-sdk-pinpoint/types.rb', line 6076

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