Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorEmergencyCallingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorEmergencyCallingConfigurationRequest
- 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 configuration being updated.
-
#voice_connector_id ⇒ String
The Voice Connector ID.
Instance Attribute Details
#emergency_calling_configuration ⇒ Types::EmergencyCallingConfiguration
The configuration being updated.
2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2634 class PutVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new( :voice_connector_id, :emergency_calling_configuration) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Voice Connector ID.
2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2634 class PutVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new( :voice_connector_id, :emergency_calling_configuration) SENSITIVE = [] include Aws::Structure end |