Class: Aws::Pinpoint::Types::UpdateVoiceChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateVoiceChannelRequest
- 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
- #application_id ⇒ String
-
#voice_channel_request ⇒ Types::VoiceChannelRequest
Specifies the status and settings of the voice channel for an application.
Instance Attribute Details
#application_id ⇒ String
17013 17014 17015 17016 17017 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 17013 class UpdateVoiceChannelRequest < Struct.new( :application_id, :voice_channel_request) include Aws::Structure end |
#voice_channel_request ⇒ Types::VoiceChannelRequest
Specifies the status and settings of the voice channel for an application.
17013 17014 17015 17016 17017 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 17013 class UpdateVoiceChannelRequest < Struct.new( :application_id, :voice_channel_request) include Aws::Structure end |