Class: Aws::Types::PutVoiceConnectorEmergencyCallingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutVoiceConnectorEmergencyCallingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#emergency_calling_configuration ⇒ Types::EmergencyCallingConfiguration
Returns the value of attribute emergency_calling_configuration.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#emergency_calling_configuration ⇒ Types::EmergencyCallingConfiguration
Returns the value of attribute emergency_calling_configuration.
881 882 883 |
# File 'sig/types.rbs', line 881 def emergency_calling_configuration @emergency_calling_configuration end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def voice_connector_id @voice_connector_id end |