Class: Aws::Chime::Types::GetVoiceConnectorEmergencyCallingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetVoiceConnectorEmergencyCallingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#emergency_calling_configuration ⇒ Types::EmergencyCallingConfiguration
The emergency calling configuration details.
Instance Attribute Details
#emergency_calling_configuration ⇒ Types::EmergencyCallingConfiguration
The emergency calling configuration details.
4461 4462 4463 4464 4465 |
# File 'lib/aws-sdk-chime/types.rb', line 4461 class GetVoiceConnectorEmergencyCallingConfigurationResponse < Struct.new( :emergency_calling_configuration) SENSITIVE = [] include Aws::Structure end |