Class: Aws::ChimeSDKVoice::Types::UpdateVoiceProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ChimeSDKVoice::Types::UpdateVoiceProfileResponse
 
 
- Defined in:
 - gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #voice_profile  ⇒ Types::VoiceProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The updated voice profile settings.
 
Instance Attribute Details
#voice_profile ⇒ Types::VoiceProfile
The updated voice profile settings.
      3963 3964 3965 3966 3967  | 
    
      # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3963 class UpdateVoiceProfileResponse < Struct.new( :voice_profile) SENSITIVE = [] include Aws::Structure end  |