Class: Aws::ChimeSDKVoice::Types::GetGlobalSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetGlobalSettingsResponse
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector ⇒ Types::VoiceConnectorSettings
The Voice Connector settings.
Instance Attribute Details
#voice_connector ⇒ Types::VoiceConnectorSettings
The Voice Connector settings.
1067 1068 1069 1070 1071 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1067 class GetGlobalSettingsResponse < Struct.new( :voice_connector) SENSITIVE = [] include Aws::Structure end |