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.
3582 3583 3584 3585 3586 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3582 class UpdateProxySessionResponse < Struct.new( :proxy_session) SENSITIVE = [] include Aws::Structure end |