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.
4557 4558 4559 4560 4561 |
# File 'lib/aws-sdk-chime/types.rb', line 4557 class GetVoiceConnectorProxyResponse < Struct.new( :proxy) SENSITIVE = [] include Aws::Structure end |