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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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.



6947
6948
6949
6950
6951
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6947

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