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