Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorEmergencyCallingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorEmergencyCallingConfigurationResponse
- 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 updated configuration.
Instance Attribute Details
#emergency_calling_configuration ⇒ Types::EmergencyCallingConfiguration
The updated configuration.
2555 2556 2557 2558 2559 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2555 class PutVoiceConnectorEmergencyCallingConfigurationResponse < Struct.new( :emergency_calling_configuration) SENSITIVE = [] include Aws::Structure end |