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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



7484
7485
7486
7487
7488
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7484

class GetVoiceChannelResponse < Struct.new(
  :voice_channel_response)
  SENSITIVE = []
  include Aws::Structure
end