Class: Aws::Chime::Types::PutVoiceConnectorEmergencyCallingConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emergency_calling_configurationTypes::EmergencyCallingConfiguration

The emergency calling configuration details.


6781
6782
6783
6784
6785
# File 'lib/aws-sdk-chime/types.rb', line 6781

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