Class: Aws::ChimeSDKVoice::Types::GetVoiceProfileResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceProfileResponse
 
- 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 voice profile details. 
Instance Attribute Details
#voice_profile ⇒ Types::VoiceProfile
The voice profile details.
| 1582 1583 1584 1585 1586 | # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1582 class GetVoiceProfileResponse < Struct.new( :voice_profile) SENSITIVE = [] include Aws::Structure end |