Class: Aws::ChimeSDKVoice::Types::GetGlobalSettingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_connectorTypes::VoiceConnectorSettings

The Voice Connector settings.



1001
1002
1003
1004
1005
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1001

class GetGlobalSettingsResponse < Struct.new(
  :voice_connector)
  SENSITIVE = []
  include Aws::Structure
end