Class: Aws::Chime::Types::CreateProxySessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateProxySessionResponse
- Defined in:
- gems/aws-sdk-chime/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.
2324 2325 2326 2327 2328 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2324 class CreateProxySessionResponse < Struct.new( :proxy_session) SENSITIVE = [] include Aws::Structure end |