Class: Aws::QConnect::Types::CreateSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateSessionResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::SessionData
The session.
Instance Attribute Details
#session ⇒ Types::SessionData
The session.
2313 2314 2315 2316 2317 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2313 class CreateSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |