Class: Aws::Chime::Types::DNISEmergencyCallingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DNISEmergencyCallingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime 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 to route emergency calls to, in E.164 format.
-
#test_phone_number ⇒ String
The DNIS phone number to route 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.
2681 2682 2683 2684 2685 2686 2687 |
# File 'lib/aws-sdk-chime/types.rb', line 2681 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 to route emergency calls to, in E.164 format.
2681 2682 2683 2684 2685 2686 2687 |
# File 'lib/aws-sdk-chime/types.rb', line 2681 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 to route test emergency calls to, in E.164 format.
2681 2682 2683 2684 2685 2686 2687 |
# File 'lib/aws-sdk-chime/types.rb', line 2681 class DNISEmergencyCallingConfiguration < Struct.new( :emergency_phone_number, :test_phone_number, :calling_country) SENSITIVE = [:emergency_phone_number, :test_phone_number] include Aws::Structure end |