Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorProxyResponse
- 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.
1340 1341 1342 1343 1344 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1340 class GetVoiceConnectorProxyResponse < Struct.new( :proxy) SENSITIVE = [] include Aws::Structure end |