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.



963
964
965
966
967
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 963

class EmergencyCallingConfiguration < Struct.new(
  :dnis)
  SENSITIVE = []
  include Aws::Structure
end