Class: Aws::ChimeSDKVoice::Types::GetProxySessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetProxySessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proxy_session ⇒ Types::ProxySession
The proxy session details.
Instance Attribute Details
#proxy_session ⇒ Types::ProxySession
The proxy session details.
1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1095 class GetProxySessionResponse < Struct.new( :proxy_session) SENSITIVE = [] include Aws::Structure end |