Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorEmergencyCallingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorEmergencyCallingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#emergency_calling_configuration ⇒ Types::EmergencyCallingConfiguration
The details of the emergency calling configuration.
Instance Attribute Details
#emergency_calling_configuration ⇒ Types::EmergencyCallingConfiguration
The details of the emergency calling configuration.
1244 1245 1246 1247 1248 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1244 class GetVoiceConnectorEmergencyCallingConfigurationResponse < Struct.new( :emergency_calling_configuration) SENSITIVE = [] include Aws::Structure end |