Class: Aws::ChimeSDKVoice::Types::DNISEmergencyCallingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::DNISEmergencyCallingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime SDK Voice Connector’s emergency calling configuration.
Constant Summary collapse
- SENSITIVE =
[:emergency_phone_number, :test_phone_number]
Instance Attribute Summary collapse
-
#calling_country ⇒ String
The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.
-
#emergency_phone_number ⇒ String
The DNIS phone number that you route emergency calls to, in E.164 format.
-
#test_phone_number ⇒ String
The DNIS phone number for routing test emergency calls to, in E.164 format.
Instance Attribute Details
#calling_country ⇒ String
The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.
704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 704 class DNISEmergencyCallingConfiguration < Struct.new( :emergency_phone_number, :test_phone_number, :calling_country) SENSITIVE = [:emergency_phone_number, :test_phone_number] include Aws::Structure end |
#emergency_phone_number ⇒ String
The DNIS phone number that you route emergency calls to, in E.164 format.
704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 704 class DNISEmergencyCallingConfiguration < Struct.new( :emergency_phone_number, :test_phone_number, :calling_country) SENSITIVE = [:emergency_phone_number, :test_phone_number] include Aws::Structure end |
#test_phone_number ⇒ String
The DNIS phone number for routing test emergency calls to, in E.164 format.
704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 704 class DNISEmergencyCallingConfiguration < Struct.new( :emergency_phone_number, :test_phone_number, :calling_country) SENSITIVE = [:emergency_phone_number, :test_phone_number] include Aws::Structure end |