Class: Aws::Chime::Types::PutVoiceConnectorProxyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#proxyTypes::Proxy

The proxy configuration details.

Returns:


6884
6885
6886
6887
6888
# File 'lib/aws-sdk-chime/types.rb', line 6884

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