Class: Aws::Chime::Types::GetVoiceConnectorEmergencyCallingConfigurationResponse

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.



4461
4462
4463
4464
4465
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4461

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