Class: Aws::Chime::Types::EmergencyCallingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::EmergencyCallingConfiguration
- 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
-
#dnis ⇒ Array<Types::DNISEmergencyCallingConfiguration>
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
Instance Attribute Details
#dnis ⇒ Array<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 |