Class: Aws::Chime::Types::GetProxySessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetProxySessionResponse
- 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.
4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-chime/types.rb', line 4248 class GetProxySessionResponse < Struct.new( :proxy_session) SENSITIVE = [] include Aws::Structure end |