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)


13085
13086
13087
13088
13089
13090
# File 'lib/aws-sdk-pinpoint/types.rb', line 13085

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.



13085
13086
13087
13088
13089
13090
# File 'lib/aws-sdk-pinpoint/types.rb', line 13085

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