Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorProxyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proxy ⇒ Types::Proxy
The proxy configuration details.
Instance Attribute Details
#proxy ⇒ Types::Proxy
The proxy configuration details.
2786 2787 2788 2789 2790 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2786 class PutVoiceConnectorProxyResponse < Struct.new( :proxy) SENSITIVE = [] include Aws::Structure end |