Class: Aws::Chime::Types::EmergencyCallingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

The emergency calling configuration details associated with an Amazon Chime 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.



3508
3509
3510
3511
3512
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3508

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