Class: Aws::Pinpoint::Types::UpdateVoiceChannelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::UpdateVoiceChannelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
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
      13138 13139 13140 13141 13142 13143  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 13138 class UpdateVoiceChannelRequest < Struct.new( :application_id, :voice_channel_request) SENSITIVE = [] include Aws::Structure end  | 
  
#voice_channel_request ⇒ Types::VoiceChannelRequest
Specifies the status and settings of the voice channel for an application.
      13138 13139 13140 13141 13142 13143  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 13138 class UpdateVoiceChannelRequest < Struct.new( :application_id, :voice_channel_request) SENSITIVE = [] include Aws::Structure end  |