Class: Aws::Chime::Types::GetVoiceConnectorProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetVoiceConnectorProxyResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/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.
5559 5560 5561 5562 5563 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5559 class GetVoiceConnectorProxyResponse < Struct.new( :proxy) SENSITIVE = [] include Aws::Structure end |