Class: Aws::ChimeSDKVoice::Types::CreateProxySessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateProxySessionResponse
- 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.
376 377 378 379 380 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 376 class CreateProxySessionResponse < Struct.new( :proxy_session) SENSITIVE = [] include Aws::Structure end |