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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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:



7050
7051
7052
7053
7054
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7050

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