Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ChimeSDKVoice::Types::CreateVoiceProfileResponse
 
 
- 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 requested voice profile.
 
Instance Attribute Details
#voice_profile ⇒ Types::VoiceProfile
The requested voice profile.
      694 695 696 697 698  | 
    
      # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 694 class CreateVoiceProfileResponse < Struct.new( :voice_profile) SENSITIVE = [] include Aws::Structure end  |