Class: Aws::Chime::Types::GetVoiceConnectorProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetVoiceConnectorProxyResponse
- Includes:
- Structure
- Defined in:
- 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.
4401 4402 4403 4404 4405 |
# File 'lib/aws-sdk-chime/types.rb', line 4401 class GetVoiceConnectorProxyResponse < Struct.new( :proxy) SENSITIVE = [] include Aws::Structure end |