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.
2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2542 class PutVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new( :voice_connector_id, :emergency_calling_configuration) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Voice Connector ID.
2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2542 class PutVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new( :voice_connector_id, :emergency_calling_configuration) SENSITIVE = [] include Aws::Structure end |