Class: Aws::ChimeSDKVoice::Types::DNISEmergencyCallingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/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

Instance Attribute Details

#calling_countryString

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

Returns:

  • (String)


704
705
706
707
708
709
710
# File 'gems/aws-sdk-chimesdkvoice/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_numberString

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

Returns:

  • (String)


704
705
706
707
708
709
710
# File 'gems/aws-sdk-chimesdkvoice/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_numberString

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

Returns:

  • (String)


704
705
706
707
708
709
710
# File 'gems/aws-sdk-chimesdkvoice/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