You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::DNISEmergencyCallingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DNISEmergencyCallingConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  emergency_phone_number: "E164PhoneNumber", # required
  test_phone_number: "E164PhoneNumber",
  calling_country: "Alpha2CountryCode", # required
}

The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime Voice Connector's emergency calling configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#calling_countryString

The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.

Returns:

  • (String)

    The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.

#emergency_phone_numberString

The DNIS phone number to route emergency calls to, in E.164 format.

Returns:

  • (String)

    The DNIS phone number to route emergency calls to, in E.164 format.

#test_phone_numberString

The DNIS phone number to route test emergency calls to, in E.164 format.

Returns:

  • (String)

    The DNIS phone number to route test emergency calls to, in E.164 format.