Class: Aws::ChimeSDKVoice::Types::EmergencyCallingConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ChimeSDKVoice::Types::EmergencyCallingConfiguration
 
 
- Defined in:
 - gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
 
Overview
The emergency calling configuration details associated with an Amazon Chime SDK Voice Connector.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dnis  ⇒ Array<Types::DNISEmergencyCallingConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
 
Instance Attribute Details
#dnis ⇒ Array<Types::DNISEmergencyCallingConfiguration>
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
      1015 1016 1017 1018 1019  | 
    
      # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1015 class EmergencyCallingConfiguration < Struct.new( :dnis) SENSITIVE = [] include Aws::Structure end  |