Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorEmergencyCallingConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emergency_calling_configurationTypes::EmergencyCallingConfiguration

The details of the emergency calling configuration.



1310
1311
1312
1313
1314
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1310

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