Class: Aws::Pinpoint::Types::UpdateVoiceChannelRequest

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

#application_idString

Returns:

  • (String)


13139
13140
13141
13142
13143
13144
# File 'lib/aws-sdk-pinpoint/types.rb', line 13139

class UpdateVoiceChannelRequest < Struct.new(
  :application_id,
  :voice_channel_request)
  SENSITIVE = []
  include Aws::Structure
end

#voice_channel_requestTypes::VoiceChannelRequest

Specifies the status and settings of the voice channel for an application.



13139
13140
13141
13142
13143
13144
# File 'lib/aws-sdk-pinpoint/types.rb', line 13139

class UpdateVoiceChannelRequest < Struct.new(
  :application_id,
  :voice_channel_request)
  SENSITIVE = []
  include Aws::Structure
end