Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorProxyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#proxyTypes::Proxy

The proxy configuration details.

Returns:



1340
1341
1342
1343
1344
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1340

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