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

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.



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

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