Class: Aws::Pinpoint::Types::UpdateVoiceChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



13152
13153
13154
13155
13156
# File 'lib/aws-sdk-pinpoint/types.rb', line 13152

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