Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorProxyResponse

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

#proxyTypes::Proxy

The proxy configuration details.

Returns:



2658
2659
2660
2661
2662
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2658

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