Class: Aws::Chime::Types::UpdateProxySessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateProxySessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
8592 8593 8594 8595 8596 |
# File 'lib/aws-sdk-chime/types.rb', line 8592 class UpdateProxySessionResponse < Struct.new( :proxy_session) SENSITIVE = [] include Aws::Structure end |