Class: Aws::Chime::Types::GetVoiceConnectorProxyResponse

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:



4557
4558
4559
4560
4561
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4557

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