Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorEmergencyCallingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorEmergencyCallingConfigurationResponse
- Defined in:
- gems/aws-sdk-chimesdkvoice/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.
2654 2655 2656 2657 2658 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2654 class PutVoiceConnectorEmergencyCallingConfigurationResponse < Struct.new( :emergency_calling_configuration) SENSITIVE = [] include Aws::Structure end |