Class: Aws::ChimeSDKVoice::Types::EmergencyCallingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dnisArray<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