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

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

Overview

Note:

When making an API call, you may pass UpdateVoiceChannelRequest data as a hash:

{
  application_id: "__string", # required
  voice_channel_request: { # required
    enabled: false,
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


10281
10282
10283
10284
10285
# File 'lib/aws-sdk-pinpoint/types.rb', line 10281

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

#voice_channel_requestTypes::VoiceChannelRequest

Voice Channel Request



10281
10282
10283
10284
10285
# File 'lib/aws-sdk-pinpoint/types.rb', line 10281

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